diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-06-19 21:43:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-06-19 21:43:23 +0800 |
commit | 46a578c8599bbd9b6070071ecaee8a9c7ceab11a (patch) | |
tree | 93ebca316ef67139e36d8653d525d13da756f762 /dns | |
parent | 2bd7aeabdb72c4d9f49b810d087b0977a38a03ad (diff) | |
download | freebsd-ports-gnome-46a578c8599bbd9b6070071ecaee8a9c7ceab11a.tar.gz freebsd-ports-gnome-46a578c8599bbd9b6070071ecaee8a9c7ceab11a.tar.zst freebsd-ports-gnome-46a578c8599bbd9b6070071ecaee8a9c7ceab11a.zip |
Respect NOPORTDOCS
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnswall/Makefile | 3 |
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} |