summaryrefslogtreecommitdiff
path: root/www/apache13-ssl
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-10-29 22:43:41 +0000
committerSteve Price <steve@FreeBSD.org>2000-10-29 22:43:41 +0000
commit4ac7cf41c7486a745be4e7eec6da3fb8f671fbcf (patch)
treeccee29966c858683d7397a0ef687c48073e020f0 /www/apache13-ssl
parentUse PERL_ARCH instead of i386-freebsd so these work on the Alpha as well. (diff)
Run 'make certificate' from the correct directory.
Notes
Notes: svn path=/head/; revision=34428
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r--www/apache13-ssl/Makefile3
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>