summaryrefslogtreecommitdiff
path: root/devel/libglade2/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-01-11 21:12:02 +0000
committerjmmv <jmmv@pkgsrc.org>2003-01-11 21:12:02 +0000
commit3796179ed23436be9ab5f450ea5a54168df9fe80 (patch)
treee3d29f71c5f891c0a06dddbb9121808d325da8d0 /devel/libglade2/Makefile
parent28d8b3149ba8dd96e5c682ad0d45452d0d3d1894 (diff)
downloadpkgsrc-3796179ed23436be9ab5f450ea5a54168df9fe80.tar.gz
Tell xmlcatmgr which catalog to modify. Bump PKGREVISION to 5, because of
latest changes in the xmlcatmgr package.
Diffstat (limited to 'devel/libglade2/Makefile')
-rw-r--r--devel/libglade2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
index 61fc77c12a9..6b895c5a647 100644
--- a/devel/libglade2/Makefile
+++ b/devel/libglade2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2003/01/10 19:36:02 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2003/01/11 21:12:02 jmmv Exp $
#
DISTNAME= libglade-2.0.1
PKGNAME= ${DISTNAME:S/libglade/libglade2/}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/2.0/}
@@ -24,9 +24,9 @@ CONFIGURE_ARGS+= --enable-gtk-doc=no
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/libglade/2.0
- ${PREFIX}/bin/xmlcatmgr add "system" \
+ ${PREFIX}/bin/xmlcatmgr -c ${PREFIX}/share/xml/catalog add "system" \
"http://glade.gnome.org/glade-2.0.dtd" \
- $(PREFIX)/share/xml/libglade/glade-2.0.dtd
+ ${PREFIX}/share/xml/libglade/glade-2.0.dtd
.include "../../lang/python/application.mk"
.include "../../textproc/libxml2/buildlink2.mk"