summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
authorwiz <wiz>2007-09-21 13:03:25 +0000
committerwiz <wiz>2007-09-21 13:03:25 +0000
commitfede49e23661a53255dc3f86d33439699bb3acdc (patch)
tree48b3195c505f0c48c6098bc0d627477188a674f9 /chat/xchat
parentef3431a44d5a321871caf16e6c9d3b8d50f12be3 (diff)
downloadpkgsrc-fede49e23661a53255dc3f86d33439699bb3acdc.tar.gz
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'chat/xchat')
-rw-r--r--chat/xchat/Makefile10
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"