diff options
author | reed <reed@pkgsrc.org> | 2005-05-21 03:49:52 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-21 03:49:52 +0000 |
commit | a4318791f11b71dc67a3de3b83a7eec52805434d (patch) | |
tree | bf35d1163c99ac8e71fee70aedaf4de803a0fe3a /devel/apr | |
parent | 04f36d23193154f7f922efea25c0f9d61f70a958 (diff) | |
download | pkgsrc-a4318791f11b71dc67a3de3b83a7eec52805434d.tar.gz |
Move the PKGREVISION from the Makefile.common. It should be used
for revisions for a single package. I don't think this "suexec"
PKGREVISION was meant for the apr package, but since it was used
it is now there.
I noticed this problem when building wip/apachebench2 which has
nothing to do with suexec. Although, I did not make this change
for pkgsrc-wip's wip/apachebench2 since this is a work in progress.
Diffstat (limited to 'devel/apr')
-rw-r--r-- | devel/apr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index caa3d9912e6..42ccaadd213 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.34 2005/04/25 09:13:02 adam Exp $ +# $NetBSD: Makefile,v 1.35 2005/05/21 03:49:52 reed Exp $ .include "../../www/apache2/Makefile.common" PKGNAME= apr-${APR_VERSION}.${APACHE_VERSION} CATEGORIES= devel +PKGREVISION= 1 HOMEPAGE= http://apr.apache.org/ COMMENT= Apache Portable Runtime |