aboutsummaryrefslogtreecommitdiff
path: root/audio/cutmp3
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 21:56:24 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 21:56:24 +0000
commitf4cb08a85e5d488c210b8339371889c594ec3c01 (patch)
treebb6d14510aee449c37e7150442dd5e3b5e680df6 /audio/cutmp3
parent2d104b37ed55ae7f6e623c75e7a457e4653b4949 (diff)
downloadports-f4cb08a85e5d488c210b8339371889c594ec3c01.tar.gz
ports-f4cb08a85e5d488c210b8339371889c594ec3c01.zip
Support staging
Notes
Notes: svn path=/head/; revision=344024
Diffstat (limited to 'audio/cutmp3')
-rw-r--r--audio/cutmp3/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/cutmp3/Makefile b/audio/cutmp3/Makefile
index f28fbacafa3c..eed1a8073646 100644
--- a/audio/cutmp3/Makefile
+++ b/audio/cutmp3/Makefile
@@ -12,10 +12,8 @@ COMMENT= A small and fast command line MP3 editor
NO_STAGE= yes
USE_BZIP2= yes
-MAN1= ${PORTNAME}.1
-MANCOMPRESSED= yes
-PLIST_FILES= bin/cutmp3
+PLIST_FILES= bin/cutmp3 man/man1/cutmp3.1.gz
PORTDOCS= README README.timetable USAGE
@@ -27,9 +25,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>