summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-01-23 17:52:40 +0000
committerjmmv <jmmv>2004-01-23 17:52:40 +0000
commit9c38d5e1bb33fd3ae8091635bdf3f67ac06453d4 (patch)
tree6eb8e4ad7fa3a8c494c7a2278e92015145322a5b /devel
parentd47d552a34e5be813497f36887543f9c29c7577b (diff)
downloadpkgsrc-9c38d5e1bb33fd3ae8091635bdf3f67ac06453d4.tar.gz
The PKGREVISION should be in Makefile, not Makefile.common... so the previous
bump was expected to be to 3, not 1.
Diffstat (limited to 'devel')
-rw-r--r--devel/GConf2/Makefile4
-rw-r--r--devel/GConf2/Makefile.common3
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile
index 19ba31951fa..1b1d9ab4116 100644
--- a/devel/GConf2/Makefile
+++ b/devel/GConf2/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2004/01/23 17:51:24 jmmv Exp $
+# $NetBSD: Makefile,v 1.21 2004/01/23 17:52:40 jmmv Exp $
#
.include "../../devel/GConf2/Makefile.common"
PKGNAME= ${DISTNAME:S/GConf/GConf2/}
-PKGREVISION= 1
+PKGREVISION= 3
USE_PKGINSTALL= YES
diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common
index e3ccf7d981b..5cf7113b0f1 100644
--- a/devel/GConf2/Makefile.common
+++ b/devel/GConf2/Makefile.common
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.common,v 1.11 2004/01/22 08:24:28 grant Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/01/23 17:52:40 jmmv Exp $
#
DISTNAME= GConf-2.4.0.1
-PKGREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.4/}
EXTRACT_SUFX= .tar.bz2