summaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-09-17 19:16:59 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-09-17 19:16:59 +0000
commit52dfef8707f0976f857b15520d9c0790cabfdbe3 (patch)
treef59e9edc55855925ba8f74a1fcdcfae5694f3c9e /security/openssl
parentResolve many 301 Moved Permanently URLs in DESCR. (diff)
Don't use ${PREFIX} in pkg/MESSAGE but /usr/local and substitute
/usr/local accordingly via Makefile. Submitted by: Bill Fumerola <billf@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=21695
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/Makefile2
-rw-r--r--security/openssl/pkg-message2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index df9313a0a6e7..1c5467983ce6 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -43,6 +43,6 @@ post-install:
@${MKDIR} ${PREFIX}/share/doc/openssl
@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/openssl
.endif
- @${CAT} ${PKGDIR}/MESSAGE
+ @${SED} -e 's#/usr/local#${PREFIX}#g' ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
diff --git a/security/openssl/pkg-message b/security/openssl/pkg-message
index 5a671a0900b9..ac397b19a14a 100644
--- a/security/openssl/pkg-message
+++ b/security/openssl/pkg-message
@@ -1,4 +1,4 @@
-Copy ${PREFIX}/openssl/openssl.cnf.sample to ${PREFIX}/openssl/openssl.cnf
+Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf
and edit it to fit your needs.