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