diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-07-03 16:49:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-07-03 16:49:37 +0000 |
commit | 0622b71a49844a589d52af49c4bdfc23f415b506 (patch) | |
tree | 9a169795a576cc25939a50822cf2671948a51d75 /security/openssl | |
parent | 2e7edc1c924146234413b8a6ce40b4aeae863576 (diff) | |
download | ports-0622b71a49844a589d52af49c4bdfc23f415b506.tar.gz ports-0622b71a49844a589d52af49c4bdfc23f415b506.zip |
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 4 | ||||
-rw-r--r-- | security/openssl/pkg-plist | 24 |
2 files changed, 15 insertions, 13 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 4b620d8e7f8d..702a8adb6977 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -56,7 +56,6 @@ USE_PERL5= build MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive MAKE_ENV+= LIBRPATH="${PREFIX}/lib" GREP_OPTIONS= SUB_FILES= pkg-message -OPENSSLDIR= ${PREFIX}/openssl FIX_POD=apps/cms.pod \ apps/smime.pod \ @@ -84,6 +83,9 @@ FIX_POD=apps/cms.pod \ IGNORE= OpenSSL can not be installed over the base version .endif +OPENSSLDIR?= ${PREFIX}/openssl +PLIST_SUB+= OPENSSLDIR=${OPENSSLDIR:S=^${PREFIX}/==} + OPENSSL_BASE_SONAME!= readlink ${DESTDIR}/usr/lib/libcrypto.so || true OPENSSL_SHLIBVER_BASE= ${OPENSSL_BASE_SONAME:E} OPENSSL_BASE_SOPATH= ${OPENSSL_BASE_SONAME:H} diff --git a/security/openssl/pkg-plist b/security/openssl/pkg-plist index 37757d82ffc3..31ed0aca6624 100644 --- a/security/openssl/pkg-plist +++ b/security/openssl/pkg-plist @@ -1323,18 +1323,18 @@ man/man3/x509.3.gz man/man5/config.5.gz man/man5/x509v3_config.5.gz man/man7/des_modes.7.gz -openssl/misc/CA.pl -openssl/misc/CA.sh -openssl/misc/c_hash -openssl/misc/c_info -openssl/misc/c_issuer -openssl/misc/c_name -openssl/misc/tsget -openssl/openssl.cnf.sample +%%OPENSSLDIR%%/misc/CA.pl +%%OPENSSLDIR%%/misc/CA.sh +%%OPENSSLDIR%%/misc/c_hash +%%OPENSSLDIR%%/misc/c_info +%%OPENSSLDIR%%/misc/c_issuer +%%OPENSSLDIR%%/misc/c_name +%%OPENSSLDIR%%/misc/tsget +%%OPENSSLDIR%%/openssl.cnf.sample %%PORTDOCS%%%%DOCSDIR%%/openssl.txt @dirrm include/openssl -@dirrmtry openssl/certs -@dirrm openssl/misc -@dirrmtry openssl/private -@dirrm openssl +@dirrmtry %%OPENSSLDIR%%/certs +@dirrm %%OPENSSLDIR%%/misc +@dirrmtry %%OPENSSLDIR%%/private +@dirrm %%OPENSSLDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% |