diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-04 12:34:50 +0000 |
commit | 50513d5d5238ab12e0e327b93bf433d7d288aeeb (patch) | |
tree | a01dbbed0a08990ed895d4f97017c2593d8d7172 /security/openssl/Makefile | |
parent | a72afe28c2216c151a1fc5aa900c8abf9c7a709e (diff) |
Notes
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 4 |
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 |