diff options
Diffstat (limited to 'www/ap2-suphp')
-rw-r--r-- | www/ap2-suphp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ap2-suphp/Makefile b/www/ap2-suphp/Makefile index 3f1160773d6..e652daf6f95 100644 --- a/www/ap2-suphp/Makefile +++ b/www/ap2-suphp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/12/05 23:55:22 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2005/12/29 06:22:21 jlam Exp $ # DISTNAME= suphp-0.6.0 @@ -22,7 +22,6 @@ CONFIGURE_ARGS+= --with-logfile=${VARBASE}/httpd/suphp_log CPPFLAGS+= -I${BUILDLINK_DIR}/include/httpd CPPFLAGS+= -I${BUILDLINK_DIR}/include/apr-0 -USE_PKGINSTALL= yes EGDIR= ${PREFIX}/share/examples/suphp CONF_FILES= ${EGDIR}/suphp.conf ${PKG_SYSCONFDIR}/suphp.conf |