1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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.
This commit is contained in:
Adam Weinberger 2014-09-02 22:21:37 +00:00
parent 5715a4a86d
commit 6dc6031df4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367102

View File

@ -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@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>