aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mctoolame-encoder
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-04 18:07:40 +0800
committerantoine <antoine@FreeBSD.org>2014-01-04 18:07:40 +0800
commitec15ddbbed59bb78a0d2245ee359a76681dbe2b2 (patch)
treedf1204307e294159b7284481844659af70979388 /audio/mctoolame-encoder
parent5d259d488ca4f614df62558c59e0469be202c016 (diff)
downloadfreebsd-ports-gnome-ec15ddbbed59bb78a0d2245ee359a76681dbe2b2.tar.gz
freebsd-ports-gnome-ec15ddbbed59bb78a0d2245ee359a76681dbe2b2.tar.zst
freebsd-ports-gnome-ec15ddbbed59bb78a0d2245ee359a76681dbe2b2.zip
Stage support
Diffstat (limited to 'audio/mctoolame-encoder')
-rw-r--r--audio/mctoolame-encoder/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/mctoolame-encoder/Makefile b/audio/mctoolame-encoder/Makefile
index 90aecdb31f77..01aa3fe65833 100644
--- a/audio/mctoolame-encoder/Makefile
+++ b/audio/mctoolame-encoder/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= MPEG Layer II audio encoder with multi-channel support
USES= gmake
-NO_STAGE= yes
ALL_TARGET= #
MAKE_ARGS= CC="${CC}" OPTIM="${CFLAGS}"
PLIST_SUB= PKGNAMESUFFIX="${PKGNAMESUFFIX}"
@@ -30,10 +29,10 @@ post-patch:
${WRKSRC}/config.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mctoolame ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/mctoolame ${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>