diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-11 21:14:43 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-11 21:14:43 +0000 |
commit | 67a21559ad3f2d08091ce61029652bcb637ae73b (patch) | |
tree | 0f0c8627a8a530cbd0aa5bde858d2b7f89f2e206 /devel | |
parent | 809134dc4a9ec63b28965afd507268315538077a (diff) | |
download | pkgsrc-67a21559ad3f2d08091ce61029652bcb637ae73b.tar.gz |
Oops, the new -c argument was added in the wrong place, fix it.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libglade2/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libglade2/PLIST b/devel/libglade2/PLIST index ce533529917..e73d64dc70b 100644 --- a/devel/libglade2/PLIST +++ b/devel/libglade2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2003/01/11 21:12:03 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2003/01/11 21:14:43 jmmv Exp $ bin/libglade-convert include/libglade-2.0/glade/glade-build.h include/libglade-2.0/glade/glade-init.h @@ -25,8 +25,8 @@ share/doc/html/libglade/libglade-modules.html share/doc/html/libglade/libglade-notes.html share/doc/html/libglade/libglade.html share/xml/libglade/glade-2.0.dtd -@exec %D/bin/xmlcatmgr add -c %D/share/xml/catalog "system" "http://glade.gnome.org/glade-2.0.dtd" %D/share/xml/libglade/glade-2.0.dtd -@unexec %D/bin/xmlcatmgr remove -c %D/share/xml/catalog "http://glade.gnome.org/glade-2.0.dtd" +@exec %D/bin/xmlcatmgr -c %D/share/xml/catalog add "system" "http://glade.gnome.org/glade-2.0.dtd" %D/share/xml/libglade/glade-2.0.dtd +@unexec %D/bin/xmlcatmgr -c %D/share/xml/catalog remove "http://glade.gnome.org/glade-2.0.dtd" @dirrm share/xml/libglade @dirrm share/doc/html/libglade @exec ${MKDIR} %D/lib/libglade/2.0 |