diff options
author | itojun <itojun@pkgsrc.org> | 2002-06-18 02:06:01 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-06-18 02:06:01 +0000 |
commit | 871627fca7a306e6708d518e2010aaa1eda97bb6 (patch) | |
tree | 9c657487ca4bbe0afdac6bb263855447293497ac /www | |
parent | 86a26c25944f25e87b01a7ef83c4f508133f9a34 (diff) | |
download | pkgsrc-871627fca7a306e6708d518e2010aaa1eda97bb6.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/ |