From 52dfef8707f0976f857b15520d9c0790cabfdbe3 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Fri, 17 Sep 1999 19:16:59 +0000 Subject: Don't use ${PREFIX} in pkg/MESSAGE but /usr/local and substitute /usr/local accordingly via Makefile. Submitted by: Bill Fumerola --- security/openssl-beta/Makefile | 2 +- security/openssl-beta/pkg-message | 2 +- security/openssl/Makefile | 2 +- security/openssl/pkg-message | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'security') diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index df9313a0a6e7..1c5467983ce6 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/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 diff --git a/security/openssl-beta/pkg-message b/security/openssl-beta/pkg-message index 5a671a0900b9..ac397b19a14a 100644 --- a/security/openssl-beta/pkg-message +++ b/security/openssl-beta/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. 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 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. -- cgit v1.2.3