From 09b1ba187d681a5faf47d5b839404c099148780a Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 11 Jan 2003 21:14:43 +0000 Subject: Oops, the new -c argument was added in the wrong place, fix it. --- devel/libglade2/PLIST | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/libglade2') 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 -- cgit v1.2.3