From d104f4d9f3a74f9b911d9c1ef642ba2959ddeea9 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 25 Sep 2007 13:59:42 +0000 Subject: GConf, not GConf2; bump version to 2.7. --- pkgtools/url2pkg/Makefile | 4 ++-- pkgtools/url2pkg/files/url2pkg.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgtools/url2pkg/Makefile b/pkgtools/url2pkg/Makefile index fbdced1e32c..d6a5754bd0f 100644 --- a/pkgtools/url2pkg/Makefile +++ b/pkgtools/url2pkg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2007/03/19 01:38:56 rillig Exp $ +# $NetBSD: Makefile,v 1.51 2007/09/25 13:59:42 wiz Exp $ # -DISTNAME= url2pkg-2.6 +DISTNAME= url2pkg-2.7 CATEGORIES= pkgtools MASTER_SITES= # none DISTFILES= # none diff --git a/pkgtools/url2pkg/files/url2pkg.pl b/pkgtools/url2pkg/files/url2pkg.pl index c35a719e8e2..19581d2def3 100644 --- a/pkgtools/url2pkg/files/url2pkg.pl +++ b/pkgtools/url2pkg/files/url2pkg.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: url2pkg.pl,v 1.9 2007/07/10 15:27:57 joerg Exp $ +# $NetBSD: url2pkg.pl,v 1.10 2007/09/25 13:59:42 wiz Exp $ # use strict; @@ -116,7 +116,7 @@ sub magic_gconf2_schemas() { push(@extra_vars, ["GCONF2_SCHEMAS+", $1]); } } - push(@includes, "../../devel/GConf2/schemas.mk"); + push(@includes, "../../devel/GConf/schemas.mk"); } } -- cgit v1.2.3