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:
parent
480c8a66fb
commit
52dfef8707
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21695
@ -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>
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user