diff options
author | he <he> | 2008-06-22 23:01:19 +0000 |
---|---|---|
committer | he <he> | 2008-06-22 23:01:19 +0000 |
commit | 198869e5277dc750c5eb3205c497dd9ccdfccefc (patch) | |
tree | d0c53d2ffdac90c330dcda23efaf827db38f3aa0 /www/apache2 | |
parent | 4483921385f03ce8824b0bae437b58b0022e4fc0 (diff) | |
download | pkgsrc-198869e5277dc750c5eb3205c497dd9ccdfccefc.tar.gz |
As indicated by comments on pkgsrc-c, move PKGREVISION setting to
individual Makefile files and out of Makefile.common.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 3 | ||||
-rw-r--r-- | www/apache2/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 62419f8cb8b..878656e911e 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.123 2008/05/26 02:13:25 joerg Exp $ +# $NetBSD: Makefile,v 1.124 2008/06/22 23:01:19 he Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} +PKGREVISION= 1 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ diff --git a/www/apache2/Makefile.common b/www/apache2/Makefile.common index 3c81c97d6fd..2eb7b047950 100644 --- a/www/apache2/Makefile.common +++ b/www/apache2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2008/06/20 13:28:08 he Exp $ +# $NetBSD: Makefile.common,v 1.26 2008/06/22 23:01:19 he Exp $ # used by devel/apr0/Makefile @@ -7,7 +7,6 @@ EXTRACT_SUFX= .tar.bz2 # When updating this version be sure to update the checksum and remove # any PKGREVISION for devel/apr also. APACHE_VERSION= 2.0.63 -PKGREVISION= 1 APR_VERSION= 0.9.17 MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ ${MASTER_SITE_APACHE:=httpd/old/} \ |