diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-10 19:36:02 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-10 19:36:02 +0000 |
commit | 1e816f3acee8dcc83bc5424b8c945da3eaaffd74 (patch) | |
tree | 58a22c7be21c58194906069b811174f6b309786f /devel/libglade2/PLIST | |
parent | a97516c03904351279d491f407f664cacaa0cd0b (diff) | |
download | pkgsrc-1e816f3acee8dcc83bc5424b8c945da3eaaffd74.tar.gz |
Use xmlcatmgr to manage the share/xml/catalog file, so it can be shared
across multiple packages (really, the package did not register itself in
the catalog before this change). Bump PKGREVISION to 4.
Diffstat (limited to 'devel/libglade2/PLIST')
-rw-r--r-- | devel/libglade2/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libglade2/PLIST b/devel/libglade2/PLIST index 81427f50ba3..ee6a46865e1 100644 --- a/devel/libglade2/PLIST +++ b/devel/libglade2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/01/05 12:17:43 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/01/10 19:36:02 jmmv Exp $ bin/libglade-convert include/libglade-2.0/glade/glade-build.h include/libglade-2.0/glade/glade-init.h @@ -25,8 +25,9 @@ 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 "system" "http://glade.gnome.org/glade-2.0.dtd" %D/share/xml/libglade/glade-2.0.dtd +@unexec %D/bin/xmlcatmgr remove "http://glade.gnome.org/glade-2.0.dtd" @dirrm share/xml/libglade -@unexec ${RMDIR} %D/share/xml 2>/dev/null || ${TRUE} @dirrm share/doc/html/libglade @exec ${MKDIR} %D/lib/libglade/2.0 @dirrm lib/libglade/2.0 |