summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-09-08 18:48:18 +0000
committerrillig <rillig@pkgsrc.org>2007-09-08 18:48:18 +0000
commit40a4ea922ef5f58e58db10d81f834a85cd93141a (patch)
tree39c33e4774289019da4431b3696502094c0a8bd3 /www
parent3afe8324da3b71303d9d66090bef287999b5d302 (diff)
downloadpkgsrc-40a4ea922ef5f58e58db10d81f834a85cd93141a.tar.gz
Disabled the use of rsync for faster installation. A path that will not
exist later had been embedded in config_vars.mk. PKGREVISION++
Diffstat (limited to 'www')
-rw-r--r--www/apache22/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 325d0ec3dae..9eb22aad214 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2007/09/08 11:02:07 tron Exp $
+# $NetBSD: Makefile,v 1.19 2007/09/08 18:48:18 rillig Exp $
.include "Makefile.common"
PKGNAME= apache-${APACHE_VERSION}
+PKGREVISION= 1
CATEGORIES= www
HOMEPAGE= http://httpd.apache.org/
@@ -20,6 +21,7 @@ CONFIGURE_ARGS+= --enable-layout=NetBSD
CONFIGURE_ARGS+= --with-port=80
CONFIGURE_ARGS+= --enable-so
CONFIGURE_ENV+= perlbin=${PERL5:Q}
+CONFIGURE_ENV+= ac_cv_path_RSYNC=/nonexistent
# Apache Portable Runtime library configure options
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}