Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples

with PORTDOCS. And, fix a couple WITH_foo invocations.
This commit is contained in:
Adam Weinberger
2014-07-03 21:48:44 +00:00
parent f7622d1fc8
commit 4586d2ad5c
25 changed files with 113 additions and 123 deletions

View File

@@ -18,12 +18,12 @@ CONFLICTS= pgpool-II-*
PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp
OPTIONS_DEFINE= DOCS
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>