diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-02 22:21:37 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-02 22:21:37 +0000 |
commit | 6dc6031df46630f359e724348adfa118d2276773 (patch) | |
tree | 966e68a7764d04e29bc1210a66d5c34d4bcff02c /audio/asmixer | |
parent | 5715a4a86df4e9a1bea78b0b4098aff25e38e446 (diff) | |
download | ports-6dc6031df46630f359e724348adfa118d2276773.tar.gz ports-6dc6031df46630f359e724348adfa118d2276773.zip |
Notes
Diffstat (limited to 'audio/asmixer')
-rw-r--r-- | audio/asmixer/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/audio/asmixer/Makefile b/audio/asmixer/Makefile index db549e2c0c8f..48bcbdcb1af4 100644 --- a/audio/asmixer/Makefile +++ b/audio/asmixer/Makefile @@ -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> |