diff options
author | itojun <itojun> | 2002-06-18 02:06:01 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-06-18 02:06:01 +0000 |
commit | 0b641e87b13c2f5dc07f3fff67309bfa35fc9d6c (patch) | |
tree | 9c657487ca4bbe0afdac6bb263855447293497ac /www | |
parent | 502d887a8903464c7d6e226c4cbe3d288bd74e56 (diff) | |
download | pkgsrc-0b641e87b13c2f5dc07f3fff67309bfa35fc9d6c.tar.gz |
crank PKGREVISION
Diffstat (limited to 'www')
-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 1ad1efba440..7a5ed01db2e 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.93 2002/05/08 11:44:51 kleink Exp $ +# $NetBSD: Makefile,v 1.94 2002/06/18 02:06:01 itojun 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_1.3.24 PKGNAME= apache-1.3.24 -PKGREVISION= # empty +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ http://www.apache.de/dist/httpd/ |