diff options
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index d4107177171..f278211fc35 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.111 2002/11/15 09:08:06 martti Exp $ +# $NetBSD: Makefile,v 1.112 2002/11/15 10:40:26 martti Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). DISTNAME= apache_${APACHE_VERSION} PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 APACHE_VERSION= 1.3.27 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ |