aboutsummaryrefslogtreecommitdiffstats
path: root/math/qhull5
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 08:52:39 +0800
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 08:52:39 +0800
commitd9b51276267edffe96f5dfa613e9010e8b20d481 (patch)
tree71cbf3545f3c46063cafedf3043c72b11789854f /math/qhull5
parent3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc (diff)
downloadfreebsd-ports-gnome-d9b51276267edffe96f5dfa613e9010e8b20d481.tar.gz
freebsd-ports-gnome-d9b51276267edffe96f5dfa613e9010e8b20d481.tar.zst
freebsd-ports-gnome-d9b51276267edffe96f5dfa613e9010e8b20d481.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket)
Diffstat (limited to 'math/qhull5')
-rw-r--r--math/qhull5/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile
index d94fe506348a..3e47d4588bd5 100644
--- a/math/qhull5/Makefile
+++ b/math/qhull5/Makefile
@@ -22,8 +22,12 @@ USES= libtool gmake
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
pre-configure:
-.if defined(NOPORTDOCS)
+.if empty(PORT_OPTIONS:MDOCS)
@${REINPLACE_CMD} -e "s|src html eg config|src config|" \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e "s|install-docDATA install-examplesDATA||" \