diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-09-17 19:16:59 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-09-17 19:16:59 +0000 |
commit | 52dfef8707f0976f857b15520d9c0790cabfdbe3 (patch) | |
tree | f59e9edc55855925ba8f74a1fcdcfae5694f3c9e /security | |
parent | Resolve 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>
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl-beta/Makefile | 2 | ||||
-rw-r--r-- | security/openssl-beta/pkg-message | 2 | ||||
-rw-r--r-- | security/openssl/Makefile | 2 | ||||
-rw-r--r-- | security/openssl/pkg-message | 2 |
4 files changed, 4 insertions, 4 deletions
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 <bsd.port.mk> 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 <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. |