svn commit: r311150 - in head/security/openssl: . files
Dirk Meyer
dinoex at FreeBSD.org
Tue Jan 29 05:34:23 UTC 2013
Author: dinoex
Date: Tue Jan 29 05:34:22 2013
New Revision: 311150
URL: http://svnweb.freebsd.org/changeset/ports/311150
Log:
- make the pkg-message respect PREFIX
PR: 175663
Submitted by: bf
Added:
head/security/openssl/files/pkg-message.in (contents, props changed)
Deleted:
head/security/openssl/pkg-message
Modified:
head/security/openssl/Makefile
Modified: head/security/openssl/Makefile
==============================================================================
--- head/security/openssl/Makefile Tue Jan 29 05:06:46 2013 (r311149)
+++ head/security/openssl/Makefile Tue Jan 29 05:34:22 2013 (r311150)
@@ -43,6 +43,7 @@ NOPRECIOUSSOFTMAKEVARS= Too many _MLINKS
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}
Added: head/security/openssl/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/openssl/files/pkg-message.in Tue Jan 29 05:34:22 2013 (r311150)
@@ -0,0 +1,4 @@
+
+Copy %%PREFIX%%/openssl/openssl.cnf.sample to %%PREFIX%%/openssl/openssl.cnf
+and edit it to fit your needs.
+
More information about the svn-ports-all
mailing list