summaryrefslogtreecommitdiff
path: root/pkgtools/url2pkg/files
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-09-25 13:59:42 +0000
committerwiz <wiz@pkgsrc.org>2007-09-25 13:59:42 +0000
commit687377556404dcc3cbbec473504b3808d50b5cf1 (patch)
tree1a1de8446e452575e0fc71f3d6090e0298344b47 /pkgtools/url2pkg/files
parentb2c1d54bb6bbc9a8ad1b928b3796184580f96ffc (diff)
downloadpkgsrc-687377556404dcc3cbbec473504b3808d50b5cf1.tar.gz
GConf, not GConf2; bump version to 2.7.
Diffstat (limited to 'pkgtools/url2pkg/files')
-rw-r--r--pkgtools/url2pkg/files/url2pkg.pl4
1 files changed, 2 insertions, 2 deletions
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");
}
}