summaryrefslogtreecommitdiffstats
path: root/security/openssl
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-06-16 14:04:49 +0000
committerdinoex <dinoex@FreeBSD.org>2002-06-16 14:04:49 +0000
commit34a3f355d4894ba7e129422f163e5c6840d06353 (patch)
tree3d8d5649ac4864561889722c7931da4a879f2911 /security/openssl
parent6f0d70d2460cc6c05c278a668c44b01604c3f10b (diff)
downloadFreeBSD-ports-34a3f355d4894ba7e129422f163e5c6840d06353.zip
FreeBSD-ports-34a3f355d4894ba7e129422f163e5c6840d06353.tar.gz
Add an option OPENSSL_OVERWRITE_BASE=yes as we have done in OPENSHH
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 8b44bec..18badc7 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 \
OpenPOWER on IntegriCloud