diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-08 18:48:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-08 18:48:18 +0000 |
commit | 40a4ea922ef5f58e58db10d81f834a85cd93141a (patch) | |
tree | 39c33e4774289019da4431b3696502094c0a8bd3 /www/apache22 | |
parent | 3afe8324da3b71303d9d66090bef287999b5d302 (diff) | |
download | pkgsrc-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/apache22')
-rw-r--r-- | www/apache22/Makefile | 4 |
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} |