aboutsummaryrefslogtreecommitdiffstats
path: root/security/vpnc
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-01-15 21:40:28 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-01-15 21:40:28 +0800
commitd17f4033ae11c1ef211b336b25eb38a014e0c74b (patch)
tree98f96307b5a32cecd5d4e2104c22673c560b9789 /security/vpnc
parent7e85483bc4dd371692cb42e0670e76bc41c0a5ba (diff)
downloadfreebsd-ports-graphics-d17f4033ae11c1ef211b336b25eb38a014e0c74b.tar.gz
freebsd-ports-graphics-d17f4033ae11c1ef211b336b25eb38a014e0c74b.tar.zst
freebsd-ports-graphics-d17f4033ae11c1ef211b336b25eb38a014e0c74b.zip
- Use DOC instead of NOPORTDOCS
- Pacify portlint - Convert header
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 35963ad2a0d..dc7b58d07d6 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