diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-08-08 22:38:44 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-08-08 22:38:44 +0000 |
commit | 20103c4245f3980657b09cb76dd808577b8746f0 (patch) | |
tree | c0663aa090dc4954230672a1a7d2b84cf547057f /security | |
parent | c306b6c3eace370fb201f9671741125061ed638d (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openvpn/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index b00fa188895e..e4a84fdfa186 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -25,8 +25,13 @@ USE_OPENSSL= yes USE_XZ= yes CONFIGURE_ARGS= --with-lzo-lib=${LOCALBASE}/lib \ --with-lzo-headers=${LOCALBASE}/include -INSTALL_TARGET= install mandir=${MANPREFIX}/man +.if !defined(NOPORTDOCS) +INSTALL_TARGET= install +.else +INSTALL_TARGET= install-exec install-man +.endif +INSTALL_TARGET+= mandir=${MANPREFIX}/man MAN8= openvpn.8 OPTIONS= PW_SAVE "Interactive passwords may be read from a file" off \ |