diff options
author | mat <mat@FreeBSD.org> | 2015-08-19 13:29:59 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-08-19 13:29:59 +0000 |
commit | df89b8efc8508ebed07f6e8f0a805a93eee0af58 (patch) | |
tree | ac5a462edc3d85d5f0b20a594802ce4b12f0bf9f /audio/mma/Makefile | |
parent | 4a1eea8e721008727b250a284a4ad8137f9bef91 (diff) | |
download | FreeBSD-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/mma/Makefile')
-rw-r--r-- | audio/mma/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/mma/Makefile b/audio/mma/Makefile index d27fab0..2871aa7 100644 --- a/audio/mma/Makefile +++ b/audio/mma/Makefile @@ -33,11 +33,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-bin-${DISTVERSION} python_OLD_CMD= /usr/bin/env python -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -DISTFILES+= ${PORTNAME}-pdf-${DISTVERSION:S,a,,}.tar.gz -.endif +DOCS_DISTFILES= ${PORTNAME}-pdf-${DISTVERSION:S,a,,}.tar.gz post-patch: @(cd ${WRKSRC} && \ |