svn commit: r367102 - head/audio/asmixer
Adam Weinberger
adamw at FreeBSD.org
Tue Sep 2 22:21:37 UTC 2014
Author: adamw
Date: Tue Sep 2 22:21:37 2014
New Revision: 367102
URL: http://svnweb.freebsd.org/changeset/ports/367102
QAT: https://qat.redports.org/buildarchive/r367102/
Log:
Remove MASTER_SITE_AFTERSTEP from MASTER_SITES. The tarball on that server
does not pass checksum. The tigr.net copy still has the correct checksum,
so leave that in as the sole master_site.
All the files within each tarball had identical checksums.
While here, simplify do-install a bit.
Modified:
head/audio/asmixer/Makefile
Modified: head/audio/asmixer/Makefile
==============================================================================
--- head/audio/asmixer/Makefile Tue Sep 2 22:21:09 2014 (r367101)
+++ head/audio/asmixer/Makefile Tue Sep 2 22:21:37 2014 (r367102)
@@ -5,8 +5,7 @@ PORTNAME= asmixer
PORTVERSION= 0.5
PORTREVISION= 3
CATEGORIES= audio afterstep
-MASTER_SITES= AFTERSTEP/apps/asmix/ \
- http://tigr.net/afterstep/download/asmixer/
+MASTER_SITES= http://tigr.net/afterstep/download/asmixer/
MAINTAINER= ports at FreeBSD.org
COMMENT= Mixer control for AfterStep window manager
@@ -29,13 +28,9 @@ post-patch:
/sys\/syslimits.h/d' ${WRKSRC}/${i}
.endfor
-post-build:
- @${LN} -sf asmixer.man ${WRKSRC}/asmixer.1
-
do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} asmixer \
- ${STAGEDIR}${PREFIX}/bin)
- (cd ${WRKSRC} && ${INSTALL_MAN} asmixer.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1)
+ ${INSTALL_PROGRAM} ${WRKSRC}/asmixer ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/asmixer.man \
+ ${STAGEDIR}${MANPREFIX}/man/man1/asmixer.1
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list