diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-16 22:04:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-16 22:04:49 +0800 |
commit | 34a3f355d4894ba7e129422f163e5c6840d06353 (patch) | |
tree | 3d8d5649ac4864561889722c7931da4a879f2911 | |
parent | 6f0d70d2460cc6c05c278a668c44b01604c3f10b (diff) | |
download | freebsd-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/Makefile | 5 | ||||
-rw-r--r-- | security/openssl/Makefile | 5 |
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 \ |