aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:16 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:16 +0800
commit9802d26c37dd3626feac373a6e31d7b75d1c8375 (patch)
tree47bf44b95d3c0e1e5d6e42ca6c974f583f04c423
parentcf4bd021e926b4c756cf074f9b119b62951d727d (diff)
downloadfreebsd-ports-gnome-9802d26c37dd3626feac373a6e31d7b75d1c8375.tar.gz
freebsd-ports-gnome-9802d26c37dd3626feac373a6e31d7b75d1c8375.tar.zst
freebsd-ports-gnome-9802d26c37dd3626feac373a6e31d7b75d1c8375.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
-rw-r--r--security/vpnc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile
index fd72df49a415..b2fa4ab24cd4 100644
--- a/security/vpnc/Makefile
+++ b/security/vpnc/Makefile
@@ -74,10 +74,7 @@ do-install:
${INSTALL_DATA} -m 600 ${WRKSRC}/vpnc.conf ${STAGEDIR}${PREFIX}/etc
.endif
${INSTALL_MAN} ${WRKSRC}/${MANPAGE8} ${STAGEDIR}${MANPREFIX}/man/man8
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>