diff options
author | cy <cy@FreeBSD.org> | 2008-05-27 07:16:27 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2008-05-27 07:16:27 +0800 |
commit | a1ecf3651264a756680c9b1434fc642c08513c67 (patch) | |
tree | a677956c29fd59b6864bc66451687fd9961520db /security/libfwbuilder-devel | |
parent | fc6417f0a0cb1be86dd3f1744b1d7a795eca34b4 (diff) | |
download | freebsd-ports-gnome-a1ecf3651264a756680c9b1434fc642c08513c67.tar.gz freebsd-ports-gnome-a1ecf3651264a756680c9b1434fc642c08513c67.tar.zst freebsd-ports-gnome-a1ecf3651264a756680c9b1434fc642c08513c67.zip |
NOPORTDOCS (r1.39) is not supported by the base release of libfwbuilder.
Mark port BROKEN when NOPORTDOCS is specified.
Diffstat (limited to 'security/libfwbuilder-devel')
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index 7108d55df22c..99d26bd2461e 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -44,4 +44,8 @@ post-install: 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> |