diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-ssl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 27fc0eeb5ae..1c732f10693 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2001/04/29 20:40:32 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2001/04/30 04:27:34 jlam Exp $ DISTNAME= mod_ssl-2.8.2-1.3.19 PKGNAME= ap-ssl-2.8.2 @@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs CONFIGURE_ARGS+= --with-ssl=${SSLBASE} APACHE_SYSCONFDIR?= ${LOCALBASE}/etc/httpd +BUILD_DEFS+= APACHE_SYSCONFDIR + SAMPLECONFDIR= ${PREFIX}/share/examples/mod_ssl DEINSTALL_FILE= ${WRKDIR}/DEINSTALL |