Remove NOPORTDOCS and NOPORTEXAMPLES.

Approved by:	portmgr (blanket)
This commit is contained in:
Adam Weinberger
2014-07-04 00:52:39 +00:00
parent 3b13c98a60
commit d9b5127626
32 changed files with 102 additions and 108 deletions

View File

@@ -26,11 +26,9 @@ post-patch:
post-install:
${LN} -sf tcpdump2xplot.pl ${STAGEDIR}${PREFIX}/bin/tcpdump2xplot
.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>