From 849ee6c94fe3272b7f7db3232a30f6801ef8bfec Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 4 Jul 2014 22:17:11 +0000 Subject: Remove NOPORTDOCS and NOPORTEXAMPLES. --- security/fwbuilder/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security/fwbuilder') 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 @@ -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 -- cgit v1.2.3