summaryrefslogtreecommitdiffstats
path: root/audio/mctoolame-decoder/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-08-19 13:29:59 +0000
committermat <mat@FreeBSD.org>2015-08-19 13:29:59 +0000
commitdf89b8efc8508ebed07f6e8f0a805a93eee0af58 (patch)
treeac5a462edc3d85d5f0b20a594802ce4b12f0bf9f /audio/mctoolame-decoder/Makefile
parent4a1eea8e721008727b250a284a4ad8137f9bef91 (diff)
downloadFreeBSD-ports-df89b8efc8508ebed07f6e8f0a805a93eee0af58.zip
FreeBSD-ports-df89b8efc8508ebed07f6e8f0a805a93eee0af58.tar.gz
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
Diffstat (limited to 'audio/mctoolame-decoder/Makefile')
-rw-r--r--audio/mctoolame-decoder/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/mctoolame-decoder/Makefile b/audio/mctoolame-decoder/Makefile
index 0a2d962..8cc6f1a 100644
--- a/audio/mctoolame-decoder/Makefile
+++ b/audio/mctoolame-decoder/Makefile
@@ -19,8 +19,6 @@ PLIST_SUB= PKGNAMESUFFIX="${PKGNAMESUFFIX}"
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|$$(ARCH)||' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -E \
@@ -29,9 +27,8 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mctoolamed ${STAGEDIR}${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}${PKGNAMESUFFIX}/html
-.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud