summaryrefslogtreecommitdiff
path: root/www/ap2-chroot
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-12-08 23:34:10 +0000
committerxtraeme <xtraeme>2006-12-08 23:34:10 +0000
commit3783bd1bc508acb540a6d0e95494f388be80e6f5 (patch)
treefaeabddb97e924ac24db2af2155a45ea13adc74d /www/ap2-chroot
parent2705f4a2094b376e2dd96985e5c13d32e57978b7 (diff)
downloadpkgsrc-3783bd1bc508acb540a6d0e95494f388be80e6f5.tar.gz
* Use apache.mk to be compatible with the new apache22 pkg.
* Use PKG_APACHE_ACCEPTED.
Diffstat (limited to 'www/ap2-chroot')
-rw-r--r--www/ap2-chroot/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ap2-chroot/Makefile b/www/ap2-chroot/Makefile
index 3483af4df4e..c218c972cfd 100644
--- a/www/ap2-chroot/Makefile
+++ b/www/ap2-chroot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/02/05 23:11:18 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2006/12/08 23:34:11 xtraeme Exp $
DISTNAME= mod_chroot-0.3
PKGNAME= ap2-chroot-0.3
@@ -13,6 +13,8 @@ COMMENT= Module to easily run Apache in a chroot environment
APACHE_MODULE= # defined
NO_CONFIGURE= yes
+PKG_APACHE_ACCEPTED= apache2 apache22
+
do-build:
cd ${WRKSRC} && ${APXS} -c mod_chroot.c
@@ -21,5 +23,5 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_chroot
cd ${WRKSRC} && ${INSTALL_DATA} [A-Z]* ${PREFIX}/share/doc/mod_chroot/
-.include "../../www/apache2/buildlink3.mk"
+.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"