diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-25 13:59:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-25 13:59:42 +0000 |
commit | 687377556404dcc3cbbec473504b3808d50b5cf1 (patch) | |
tree | 1a1de8446e452575e0fc71f3d6090e0298344b47 /pkgtools | |
parent | b2c1d54bb6bbc9a8ad1b928b3796184580f96ffc (diff) | |
download | pkgsrc-687377556404dcc3cbbec473504b3808d50b5cf1.tar.gz |
GConf, not GConf2; bump version to 2.7.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/url2pkg/Makefile | 4 | ||||
-rw-r--r-- | 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"); } } |