diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-01-29 13:34:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-01-29 13:34:22 +0800 |
commit | 0b19ad57c9ab3a741f9a3a17007a592e8ae63bc8 (patch) | |
tree | b1046a1dee645072d7171bdef2dac4d93e429a74 /security | |
parent | 29be397eb0364b84fffe64ccd44516ef358bdd7c (diff) | |
download | freebsd-ports-gnome-0b19ad57c9ab3a741f9a3a17007a592e8ae63bc8.tar.gz freebsd-ports-gnome-0b19ad57c9ab3a741f9a3a17007a592e8ae63bc8.tar.zst freebsd-ports-gnome-0b19ad57c9ab3a741f9a3a17007a592e8ae63bc8.zip |
- make the pkg-message respect PREFIX
PR: 175663
Submitted by: bf
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/Makefile | 1 | ||||
-rw-r--r-- | security/openssl/files/pkg-message.in | 4 | ||||
-rw-r--r-- | security/openssl/pkg-message | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f24ec8313264..a328b3042bca 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -43,6 +43,7 @@ NOPRECIOUSSOFTMAKEVARS= Too many _MLINKS for fetch USE_PERL5_BUILD= yes MAKE_ARGS+= WHOLE_ARCHIVE_FLAG=--whole-archive MAKE_ENV+= LIBRPATH="${PREFIX}/lib" +SUB_FILES= pkg-message OPENSSLDIR= ${PREFIX}/openssl MANPREFIX= ${PREFIX} diff --git a/security/openssl/files/pkg-message.in b/security/openssl/files/pkg-message.in new file mode 100644 index 000000000000..f2dbef6b33f9 --- /dev/null +++ b/security/openssl/files/pkg-message.in @@ -0,0 +1,4 @@ + +Copy %%PREFIX%%/openssl/openssl.cnf.sample to %%PREFIX%%/openssl/openssl.cnf +and edit it to fit your needs. + diff --git a/security/openssl/pkg-message b/security/openssl/pkg-message deleted file mode 100644 index ac397b19a14a..000000000000 --- a/security/openssl/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ - -Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf -and edit it to fit your needs. - |