aboutsummaryrefslogtreecommitdiff
path: root/audio/mctoolame-encoder/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-04 10:07:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-04 10:07:40 +0000
commitba886703cb2b3d29f58a34bb808f10415a92fd39 (patch)
treedf1204307e294159b7284481844659af70979388 /audio/mctoolame-encoder/Makefile
parentb2cd377050effb4b0abfa913ec865551f35ca4bd (diff)
downloadports-ba886703cb2b3d29f58a34bb808f10415a92fd39.tar.gz
ports-ba886703cb2b3d29f58a34bb808f10415a92fd39.zip
Notes
Diffstat (limited to 'audio/mctoolame-encoder/Makefile')
-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>