diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-24 19:44:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-24 19:44:46 +0000 |
commit | a40ed2e4ab85c1243c50c781ef67bacb5c77be95 (patch) | |
tree | 0c3312b3f4df29c51f4b72a6ec2db51e58ce5831 /audio/cuetools | |
parent | 30b3776733af80c64d0edfb35401f513f1588b25 (diff) |
Notes
Diffstat (limited to 'audio/cuetools')
-rw-r--r-- | audio/cuetools/Makefile | 17 | ||||
-rw-r--r-- | audio/cuetools/pkg-plist | 6 |
2 files changed, 10 insertions, 13 deletions
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile index 9c18141d9ebf..7cf906146922 100644 --- a/audio/cuetools/Makefile +++ b/audio/cuetools/Makefile @@ -13,26 +13,17 @@ COMMENT= Utilities for working with CUE and TOC files LICENSE= GPLv2 USES= gmake -NO_STAGE= yes GNU_CONFIGURE= yes -MAN1= cuebreakpoints.1 cueconvert.1 cueprint.1 PORTDOCS= README PORTEXAMPLES= cuetag.sh -PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint OPTIONS_DEFINE= DOCS EXAMPLES -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${EXAMPLESDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> diff --git a/audio/cuetools/pkg-plist b/audio/cuetools/pkg-plist new file mode 100644 index 000000000000..f06bab00d297 --- /dev/null +++ b/audio/cuetools/pkg-plist @@ -0,0 +1,6 @@ +bin/cuebreakpoints +bin/cueconvert +bin/cueprint +man/man1/cuebreakpoints.1.gz +man/man1/cueconvert.1.gz +man/man1/cueprint.1.gz |