diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-23 17:52:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-23 17:52:40 +0000 |
commit | b6b87f596ffff768d2cb8aabeefa4ddd5092921a (patch) | |
tree | 6eb8e4ad7fa3a8c494c7a2278e92015145322a5b /devel | |
parent | 7692afa07719596a3cba8dae3cd9e5b512be86f1 (diff) | |
download | pkgsrc-b6b87f596ffff768d2cb8aabeefa4ddd5092921a.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/Makefile | 4 | ||||
-rw-r--r-- | devel/GConf2/Makefile.common | 3 |
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 |