aboutsummaryrefslogtreecommitdiff
path: root/audio/tta
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 20:11:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 20:11:29 +0000
commitd4b37c9815443bbfd8a56fb18642bf6bfcc335fb (patch)
treec639fc4a39c2ed7d58f4e1464cd77ca3f83dd6f4 /audio/tta
parent7f0bc40ee9a005251150589bdef965f64f8927c8 (diff)
downloadports-d4b37c9815443bbfd8a56fb18642bf6bfcc335fb.tar.gz
ports-d4b37c9815443bbfd8a56fb18642bf6bfcc335fb.zip
Notes
Diffstat (limited to 'audio/tta')
-rw-r--r--audio/tta/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/tta/Makefile b/audio/tta/Makefile
index 1240525b2ba2..332fb022f612 100644
--- a/audio/tta/Makefile
+++ b/audio/tta/Makefile
@@ -13,10 +13,9 @@ COMMENT= The True Audio Encoder, lossless (de)compressor
LICENSE= GPLv2
-NO_STAGE= yes
USES= gmake
ALL_TARGET= ttaenc
-MAKE_ARGS= CFLAGS="${CFLAGS}" INSDIR="${PREFIX}/bin"
+MAKE_ARGS= CFLAGS="${CFLAGS}" INSDIR="${STAGEDIR}${PREFIX}/bin"
PLIST_FILES= bin/ttaenc
PORTDOCS= README
@@ -29,9 +28,7 @@ post-patch:
s|install -m 755|${INSTALL_PROGRAM}|' ${WRKSRC}/Makefile
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>