aboutsummaryrefslogtreecommitdiff
path: root/net/prtunnel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/prtunnel/Makefile')
-rw-r--r--net/prtunnel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/prtunnel/Makefile b/net/prtunnel/Makefile
index 9f6b637ac939..3916ae22661f 100644
--- a/net/prtunnel/Makefile
+++ b/net/prtunnel/Makefile
@@ -14,16 +14,16 @@ ALL_TARGET= ${PORTNAME}
PORTDOCS= ChangeLog README
PLIST_FILES= bin/prtunnel man/man1/prtunnel.1.gz
+OPTIONS_DEFINE= DOCS
+
post-patch:
@${REINPLACE_CMD} -E '/^(CC|CFLAGS|PREFIX)/d' \
${WRKSRC}/Makefile
post-install:
-.if !defined(NOPORTDOCS)
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>