aboutsummaryrefslogtreecommitdiff
path: root/dns/dnswall
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2008-06-19 13:43:23 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2008-06-19 13:43:23 +0000
commitdb96e0763e633dc79fc8ed575af8f8daf24599bc (patch)
tree22346f7a47912d76be25a52a4f0dea9c91fe76c7 /dns/dnswall
parent5ab0e70d5c9c10c235a72e246f8ac02bd308303a (diff)
downloadports-db96e0763e633dc79fc8ed575af8f8daf24599bc.tar.gz
ports-db96e0763e633dc79fc8ed575af8f8daf24599bc.zip
Respect NOPORTDOCS
Notes
Notes: svn path=/head/; revision=215277
Diffstat (limited to 'dns/dnswall')
-rw-r--r--dns/dnswall/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile
index a569f74a383c..69703d951473 100644
--- a/dns/dnswall/Makefile
+++ b/dns/dnswall/Makefile
@@ -26,6 +26,9 @@ PLIST_FILES= bin/dnswall
post-patch:
@${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -e '/^dist_doc_DATA/d' ${WRKSRC}/Makefile.am
+.endif
pre-configure:
.for f in ${AUTOFILES}