aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-06-16 22:04:49 +0800
committerdinoex <dinoex@FreeBSD.org>2002-06-16 22:04:49 +0800
commit34a3f355d4894ba7e129422f163e5c6840d06353 (patch)
tree3d8d5649ac4864561889722c7931da4a879f2911
parent6f0d70d2460cc6c05c278a668c44b01604c3f10b (diff)
downloadfreebsd-ports-gnome-34a3f355d4894ba7e129422f163e5c6840d06353.tar.gz
freebsd-ports-gnome-34a3f355d4894ba7e129422f163e5c6840d06353.tar.zst
freebsd-ports-gnome-34a3f355d4894ba7e129422f163e5c6840d06353.zip
Add an option OPENSSL_OVERWRITE_BASE=yes as we have done in OPENSHH
-rw-r--r--security/openssl-beta/Makefile5
-rw-r--r--security/openssl/Makefile5
2 files changed, 10 insertions, 0 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile
index 8b44bec37c00..18badc776740 100644
--- a/security/openssl-beta/Makefile
+++ b/security/openssl-beta/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 \
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 \