summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-04-30 04:27:34 +0000
committerjlam <jlam@pkgsrc.org>2001-04-30 04:27:34 +0000
commit973a745d6d31ea548e8f12eabe5d972545304f37 (patch)
treeac6e5df602a5afc17e5e1e6aaa794a0733cbf3f3 /www
parentd75cbbb9fd53a6f59fa13ece2dfc169fcb23c201 (diff)
downloadpkgsrc-973a745d6d31ea548e8f12eabe5d972545304f37.tar.gz
Add APACHE_SYSCONFDIR to BUILD_DEFS.
Diffstat (limited to 'www')
-rw-r--r--www/ap-ssl/Makefile4
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