diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-04 18:10:22 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-04 18:10:22 +0800 |
commit | cdd40851841015b4dbaace91910a2bb1f0e8b242 (patch) | |
tree | bc395d59b33428a4063e696907d689d7f84b3751 /audio | |
parent | ec15ddbbed59bb78a0d2245ee359a76681dbe2b2 (diff) | |
download | freebsd-ports-gnome-cdd40851841015b4dbaace91910a2bb1f0e8b242.tar.gz freebsd-ports-gnome-cdd40851841015b4dbaace91910a2bb1f0e8b242.tar.zst freebsd-ports-gnome-cdd40851841015b4dbaace91910a2bb1f0e8b242.zip |
Stage support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mctoolame-decoder/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/mctoolame-decoder/Makefile b/audio/mctoolame-decoder/Makefile index fa259dbd0b43..77bb2f54a749 100644 --- a/audio/mctoolame-decoder/Makefile +++ b/audio/mctoolame-decoder/Makefile @@ -13,7 +13,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= MPEG Layer II audio decoder with multi-channel support -NO_STAGE= yes USES= gmake ALL_TARGET= # MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}" @@ -30,10 +29,10 @@ post-patch: ${WRKSRC}/musicout.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${STAGEDIR}${PREFIX}/bin .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX}/html - ${INSTALL_DATA} ${WRKSRC}/html/* ${DOCSDIR}${PKGNAMESUFFIX}/html + @${MKDIR} ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html + ${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html .endif .include <bsd.port.mk> |