From 4ac7cf41c7486a745be4e7eec6da3fb8f671fbcf Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 29 Oct 2000 22:43:41 +0000 Subject: Run 'make certificate' from the correct directory. --- www/apache13-ssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/apache13-ssl/Makefile') 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 -- cgit v1.2.3