aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-12-31 22:30:40 +0800
committerbapt <bapt@FreeBSD.org>2012-12-31 22:30:40 +0800
commitb5334343b2985bf173c6e92ce21d70838f646f3e (patch)
tree5638f9eefc076a7b9b6c55885307af9ef5187260 /audio
parenta7e1de746bd5dc5f6d75fec36deeea69511ebb64 (diff)
downloadfreebsd-ports-graphics-b5334343b2985bf173c6e92ce21d70838f646f3e.tar.gz
freebsd-ports-graphics-b5334343b2985bf173c6e92ce21d70838f646f3e.tar.zst
freebsd-ports-graphics-b5334343b2985bf173c6e92ce21d70838f646f3e.zip
Use PORT_OPTIONS for both EXAMPLES and DOCS
Trim headers
Diffstat (limited to 'audio')
-rw-r--r--audio/cuetools/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile
index 933f1c8d783..678a0444738 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