diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
commit | 3528e063450c6c10f9548d9ded687e713f731a1b (patch) | |
tree | 48b3195c505f0c48c6098bc0d627477188a674f9 /chat/xchat | |
parent | 244ea701f14dd6e37e3554caa6ec8038018cecb5 (diff) | |
download | pkgsrc-3528e063450c6c10f9548d9ded687e713f731a1b.tar.gz |
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile index 37f98d8561b..ef1b1b2fed4 100644 --- a/chat/xchat/Makefile +++ b/chat/xchat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2007/08/10 19:14:06 tron Exp $ +# $NetBSD: Makefile,v 1.52 2007/09/21 13:03:29 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -14,7 +14,7 @@ CONFLICTS= xchat-gnome-[0-9]* USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= YES USE_DIRS+= xdg-1.1 -GCONF2_SCHEMAS= apps_xchat_url_handler.schemas +GCONF_SCHEMAS= apps_xchat_url_handler.schemas CONFIGURE_ARGS+= --enable-tcl=no CONFIGURE_ARGS+= --disable-perl @@ -51,10 +51,10 @@ post-install: .if !empty(PKG_OPTIONS:Mgnome) - ${INSTALL_DATA_DIR} ${DESTDIR}${GCONF2_SCHEMAS_DIR} + ${INSTALL_DATA_DIR} ${DESTDIR}${GCONF_SCHEMAS_DIR} # In case there're ever additional schema files, use ODE loop. - ${GCONF2_SCHEMAS:@.s.@${INSTALL_DATA} ${WRKSRC}/src/common/dbus/${.s.} \ - ${DESTDIR}${GCONF2_SCHEMAS_DIR}/@} + ${GCONF_SCHEMAS:@.s.@${INSTALL_DATA} ${WRKSRC}/src/common/dbus/${.s.} \ + ${DESTDIR}${GCONF_SCHEMAS_DIR}/@} .endif .include "../../mk/bsd.pkg.mk" |