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/openssl/Makefile | |
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/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 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} |