aboutsummaryrefslogtreecommitdiff
path: root/security/vpnc
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-01-15 13:40:28 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-01-15 13:40:28 +0000
commitc4c14fd1564a7a3bd0ae1cd2fb6050b662c936f8 (patch)
tree98f96307b5a32cecd5d4e2104c22673c560b9789 /security/vpnc
parent56b2cbf1c5abcce2be96f0aa252e4df4d8d99dd2 (diff)
downloadports-c4c14fd1564a7a3bd0ae1cd2fb6050b662c936f8.tar.gz
ports-c4c14fd1564a7a3bd0ae1cd2fb6050b662c936f8.zip
Notes
Diffstat (limited to 'security/vpnc')
-rw-r--r--security/vpnc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vpnc/Makefile b/security/vpnc/Makefile
index 35963ad2a0d3..dc7b58d07d6b 100644
--- a/security/vpnc/Makefile
+++ b/security/vpnc/Makefile
@@ -26,7 +26,7 @@ MAN8= vpnc.8
MAKE_ENV+= BINS="${EXTRABUILDS}"
-OPTIONS_DEFINE= DECRYPT SSL CISCOVERSION
+OPTIONS_DEFINE= DECRYPT SSL CISCOVERSION DOCS
DECRYPT_DESC= cisco-decypt password decrypt utility
CISCOVERSION_DESC= Mask linux presentation string
@@ -72,7 +72,7 @@ do-install:
.endif
${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif