aboutsummaryrefslogtreecommitdiff
path: root/audio/cuetools
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-31 14:30:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-31 14:30:40 +0000
commita3ffe630c8a26521a75271a0e4aa3e32b3aa450a (patch)
tree5638f9eefc076a7b9b6c55885307af9ef5187260 /audio/cuetools
parentf1ed69bf61dd9a0cef1763ddf79a99f32253519b (diff)
downloadports-a3ffe630c8a26521a75271a0e4aa3e32b3aa450a.tar.gz
ports-a3ffe630c8a26521a75271a0e4aa3e32b3aa450a.zip
Use PORT_OPTIONS for both EXAMPLES and DOCS
Trim headers
Notes
Notes: svn path=/head/; revision=309756
Diffstat (limited to 'audio/cuetools')
-rw-r--r--audio/cuetools/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile
index 933f1c8d7830..678a04447382 100644
--- a/audio/cuetools/Makefile
+++ b/audio/cuetools/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cuetools
-# Date created: 30 December 2003
-# Whom: Vincent Tantardini <vinc@FreeBSD-fr.org>
-#
+# Created by: Vincent Tantardini <vinc@FreeBSD-fr.org>
# $FreeBSD$
-#
PORTNAME= cuetools
PORTVERSION= 1.3.1
@@ -25,12 +21,14 @@ PORTDOCS= README
PORTEXAMPLES= cuetag.sh
PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${EXAMPLESDIR}/
.endif