aboutsummaryrefslogtreecommitdiff
path: root/security/fwbuilder
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2008-05-26 22:08:25 +0000
committerCy Schubert <cy@FreeBSD.org>2008-05-26 22:08:25 +0000
commit204d5a8341dd6295bcef37b27b517becab01813d (patch)
tree016c9dfbad42669148d028f17cb5c27d63a384ff /security/fwbuilder
parent4bf3face1e621bb8b07e6bb8649506df8fd30fce (diff)
downloadports-204d5a8341dd6295bcef37b27b517becab01813d.tar.gz
ports-204d5a8341dd6295bcef37b27b517becab01813d.zip
Notes
Diffstat (limited to 'security/fwbuilder')
-rw-r--r--security/fwbuilder/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile
index a11e9bed3b2f..5ffe03db06a9 100644
--- a/security/fwbuilder/Makefile
+++ b/security/fwbuilder/Makefile
@@ -50,4 +50,8 @@ MAN1= fwbuilder.1 \
PORTDOCS= *
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if defined(NOPORTDOCS)
+BROKEN= NOPORTDOCS is incomplete in this port
+.endif
+.include <bsd.port.post.mk>