diff options
author | Steve Price <steve@FreeBSD.org> | 2000-10-29 22:43:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-10-29 22:43:41 +0000 |
commit | 4ac7cf41c7486a745be4e7eec6da3fb8f671fbcf (patch) | |
tree | ccee29966c858683d7397a0ef687c48073e020f0 /www/apache13-ssl | |
parent | a1073ba32f022df0d70c7af0ab768c34c8123275 (diff) | |
download | ports-4ac7cf41c7486a745be4e7eec6da3fb8f671fbcf.tar.gz ports-4ac7cf41c7486a745be4e7eec6da3fb8f671fbcf.zip |
Notes
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r-- | www/apache13-ssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 9ddab095c366..2311767f816e 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -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> |