summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorreed <reed>2005-05-21 03:49:52 +0000
committerreed <reed>2005-05-21 03:49:52 +0000
commit9402c4cf8218a8a0ad9645ea52630cc92a152cd6 (patch)
treebf35d1163c99ac8e71fee70aedaf4de803a0fe3a /devel
parentae6bff12c4a1d1de1e7625f4cedd8f1fdc15e770 (diff)
downloadpkgsrc-9402c4cf8218a8a0ad9645ea52630cc92a152cd6.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')
-rw-r--r--devel/apr/Makefile3
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