aboutsummaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-12 20:27:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-12 20:27:59 +0000
commited97522b8367e26034df020ff907235702e3167e (patch)
tree1b91cc19c0bf0fd6a60182f907af88a48f7c3945 /security/openssl/Makefile
parent13b741811581caf591a058696a7e5a275f34de09 (diff)
Notes
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 17ab730776cb..d80dc250f296 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -43,11 +43,13 @@ PKGNAMESUFFIX= -overwrite-base
PREFIX= /usr
SHLIBVER= 2
OPENSSLDIR= /etc/ssl
+MANPREFIX= ${PREFIX}/share
.else
OPENSSLDIR= ${PREFIX}/openssl
+MANPREFIX= ${PREFIX}
.endif
-MANPREFIX= ${PREFIX}/openssl
+MAKE_ENV+= MANPREFIX=${MANPREFIX}
MAN1= CA.pl.1 asn1parse.1 ca.1 ciphers.1 crl.1 crl2pkcs7.1 dgst.1 \
dhparam.1 dsa.1 dsaparam.1 enc.1 gendsa.1 genrsa.1 nseq.1 \