summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-05-21 03:49:52 +0000
committerreed <reed@pkgsrc.org>2005-05-21 03:49:52 +0000
commit566435a644fa9664f84a53e9b16d87d9127b5fb5 (patch)
treebf35d1163c99ac8e71fee70aedaf4de803a0fe3a /devel
parent9aad8e1bd3c2f18c7227195eafcd1308927619ec (diff)
downloadpkgsrc-566435a644fa9664f84a53e9b16d87d9127b5fb5.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