1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Don't use ${PREFIX} in pkg/MESSAGE but /usr/local and substitute

/usr/local accordingly via Makefile.

Submitted by:	Bill Fumerola <billf@FreeBSD.org>
This commit is contained in:
Dirk Froemberg 1999-09-17 19:16:59 +00:00
parent 480c8a66fb
commit 52dfef8707
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21695
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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.

View File

@ -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>

View File

@ -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.