aboutsummaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-04 12:34:50 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-04 12:34:50 +0000
commit50513d5d5238ab12e0e327b93bf433d7d288aeeb (patch)
treea01dbbed0a08990ed895d4f97017c2593d8d7172 /security/openssl/Makefile
parenta72afe28c2216c151a1fc5aa900c8abf9c7a709e (diff)
Notes
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 8014c9b8f7b0..0c3cc498c2b6 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -948,7 +948,7 @@ pre-everything::
BASE_SUFFIX= -overwrite-base
PREFIX= /usr
OPENSSLDIR= /etc/ssl
-MANPREFIX= ${PREFIX}/openssl
+MANPREFIX= ${TARGETDIR}/openssl
PLIST_SUB+= MANDIR=""
PLIST_SUB+= NOBASE="@comment "
.else
@@ -963,7 +963,7 @@ pre-everything::
.endif
OPENSSLDIR= ${PREFIX}/openssl
-MANPREFIX= ${PREFIX}
+MANPREFIX= ${TARGETDIR}
PLIST_SUB+= MANDIR="@comment "
PLIST_SUB+= NOBASE=""
.endif