aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-04 18:10:22 +0800
committerantoine <antoine@FreeBSD.org>2014-01-04 18:10:22 +0800
commitcdd40851841015b4dbaace91910a2bb1f0e8b242 (patch)
treebc395d59b33428a4063e696907d689d7f84b3751 /audio
parentec15ddbbed59bb78a0d2245ee359a76681dbe2b2 (diff)
downloadfreebsd-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/Makefile7
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>