diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-02 12:11:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-02 12:11:15 +0000 |
commit | ab0fde2ee642147d04a5fc42c4043cdc74071025 (patch) | |
tree | 889e0d00647e9a00e3b7697c47ebe2a1489242b4 /devel/GConf2 | |
parent | 80cab81e2b6f7dd509bd5b5e9fe43d32959da1f0 (diff) | |
download | pkgsrc-ab0fde2ee642147d04a5fc42c4043cdc74071025.tar.gz |
Move PKGREVISION from Makefile.common to Makefile.
Diffstat (limited to 'devel/GConf2')
-rw-r--r-- | devel/GConf2/Makefile | 3 | ||||
-rw-r--r-- | devel/GConf2/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile index 7c599b8dc29..aad129a3a31 100644 --- a/devel/GConf2/Makefile +++ b/devel/GConf2/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2003/02/14 20:04:05 jmmv Exp $ +# $NetBSD: Makefile,v 1.15 2003/05/02 12:11:15 wiz Exp $ # .include "../../devel/GConf2/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf2/} +PKGREVISION= 1 USE_PKGINSTALL= YES diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index 2567da21df0..814c1ef4d89 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -1,8 +1,7 @@ -# $NetBSD: Makefile.common,v 1.4 2003/05/02 11:54:17 wiz Exp $ +# $NetBSD: Makefile.common,v 1.5 2003/05/02 12:11:16 wiz Exp $ # DISTNAME= GConf-2.2.0 -PKGREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/2.2/} EXTRACT_SUFX= .tar.bz2 |