diff options
author | jlam <jlam> | 2001-04-30 04:27:34 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-04-30 04:27:34 +0000 |
commit | a16e8c3aeb7197e567c640cec9cf16b6150a28e6 (patch) | |
tree | ac6e5df602a5afc17e5e1e6aaa794a0733cbf3f3 /www/ap-ssl/Makefile | |
parent | 72f9afa0d572234e7dcc78954d8630a865b027db (diff) | |
download | pkgsrc-a16e8c3aeb7197e567c640cec9cf16b6150a28e6.tar.gz |
Add APACHE_SYSCONFDIR to BUILD_DEFS.
Diffstat (limited to 'www/ap-ssl/Makefile')
-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 |