diff options
author | Cy Schubert <cy@FreeBSD.org> | 2008-05-26 22:08:25 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2008-05-26 22:08:25 +0000 |
commit | 204d5a8341dd6295bcef37b27b517becab01813d (patch) | |
tree | 016c9dfbad42669148d028f17cb5c27d63a384ff /security/fwbuilder | |
parent | 4bf3face1e621bb8b07e6bb8649506df8fd30fce (diff) | |
download | ports-204d5a8341dd6295bcef37b27b517becab01813d.tar.gz ports-204d5a8341dd6295bcef37b27b517becab01813d.zip |
Notes
Diffstat (limited to 'security/fwbuilder')
-rw-r--r-- | security/fwbuilder/Makefile | 6 |
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> |