summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-06-16 14:04:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-06-16 14:04:49 +0000
commit9805082a11fdd8b701af22b4966748e566b771df (patch)
treef9666497ae29c2f081a3f84667e87fd38af898a8 /security/openssl
parentUnbreak package on 5-current by removing useless --exclude ".*" tar(1) option. (diff)
Add an option OPENSSL_OVERWRITE_BASE=yes as we have done in OPENSHH
Notes
Notes: svn path=/head/; revision=61371
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 8b44bec37c00..18badc776740 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -37,6 +37,11 @@ PLIST_SUB+= SHLIBVER=${SHLIBVER}
INSTALLS_SHLIB= yes
.endif
+.if defined(OPENSSL_OVERWRITE_BASE)
+PKGNAMESUFFIX= -overwrite-base
+PREFIX= /usr
+.endif
+
MANPREFIX= ${PREFIX}/openssl
MAN1= CA.pl.1 asn1parse.1 ca.1 ciphers.1 crl.1 crl2pkcs7.1 dgst.1 \