aboutsummaryrefslogtreecommitdiff
path: root/graphics/waffle
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 19:37:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-26 19:37:57 +0000
commit242481663d765115bbed1b98f75cfc963c25882b (patch)
tree0e863bf0019a9552bfcdc1412ee1f003904494ec /graphics/waffle
parentba45652f7362f2061a0029e82b7e4492ec08ba74 (diff)
downloadports-242481663d765115bbed1b98f75cfc963c25882b.tar.gz
ports-242481663d765115bbed1b98f75cfc963c25882b.zip
- Switch to options helpers
- While here, add some NO_ARCHes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395395
Diffstat (limited to 'graphics/waffle')
-rw-r--r--graphics/waffle/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/waffle/Makefile b/graphics/waffle/Makefile
index 811946a62c1c..1cb5bac34cbe 100644
--- a/graphics/waffle/Makefile
+++ b/graphics/waffle/Makefile
@@ -29,11 +29,7 @@ CMAKE_ARGS+= -Dwaffle_has_glx=ON
PLIST_SUB+= PORTVERSION=${PORTVERSION}
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MDOCS}
-post-install:
+post-install-DOCS-off:
${RM} -rf ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>