Respect NOPORTDOCS

This commit is contained in:
Emanuel Haupt 2008-06-19 13:43:23 +00:00
parent 5ab0e70d5c
commit db96e0763e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215277

View file

@ -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}