aboutsummaryrefslogtreecommitdiff
path: root/security/fwbuilder
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:17:11 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 22:17:11 +0000
commit849ee6c94fe3272b7f7db3232a30f6801ef8bfec (patch)
tree35f426fe810706739865778e4d89e485ae175a34 /security/fwbuilder
parentd7964bc2699613e5b855a60b33978c6926fed4ac (diff)
downloadports-849ee6c94fe3272b7f7db3232a30f6801ef8bfec.tar.gz
ports-849ee6c94fe3272b7f7db3232a30f6801ef8bfec.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360671
Diffstat (limited to 'security/fwbuilder')
-rw-r--r--security/fwbuilder/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile
index 9f4ec097c518..d648ec2f7d5b 100644
--- a/security/fwbuilder/Makefile
+++ b/security/fwbuilder/Makefile
@@ -20,6 +20,8 @@ DISTVERSIONSUFFIX= .${BUILD}
MAINTAINER= cy@FreeBSD.org
COMMENT= Firewall Builder GUI and policy compilers
+#OPTIONS_DEFINE= DOCS
+
.if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX} == -devel
CONFLICTS= fwbuilder-[234].* fwbuilder-devel-[234].* \
libfwbuilder-[234].* libfwbuilder-devel-[234].*
@@ -60,9 +62,7 @@ MAKE_ENV= INSTALL_ROOT=${STAGEDIR}
USE_LDCONFIG= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-.if !defined(NOPORTDOCS)
PORTDOCS= *
-.endif
.include <bsd.port.pre.mk>
@@ -81,7 +81,7 @@ post-install:
@${ECHO} please make sure to backup your fwbuilder database files
@${ECHO} prior to invoking fwbuilder for the first time.
-.if defined(NOPORTDOCS)
-BROKEN= NOPORTDOCS is incomplete in this port
+.if empty(PORT_OPTIONS:MDOCS)
+BROKEN= DOCS must be enabled in this port
.endif
.include <bsd.port.post.mk>