mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Run 'make certificate' from the correct directory.
This commit is contained in:
parent
a1073ba32f
commit
4ac7cf41c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34428
@ -96,9 +96,10 @@ post-patch:
|
||||
|
||||
certificate:
|
||||
@if [ -f ${OPENSSLDIR}/openssl.cnf ]; then \
|
||||
cd ${WRKSRC}; ${MAKE} ${MAKE_ENV} $@; \
|
||||
cd ${WRKSRC}/src; ${MAKE} ${MAKE_ENV} $@; \
|
||||
${CP} ${WRKSRC}/SSLconf/conf/httpsd.pem ${PREFIX}/certs/cert.pem; \
|
||||
else \
|
||||
${ECHO} "You must create the file ${OPENSSLDIR}/openssl.cnf first."; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user