summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
authorwiz <wiz>2009-07-22 09:01:16 +0000
committerwiz <wiz>2009-07-22 09:01:16 +0000
commit367462a4bdc61bb5858d63012ba893b1f0ec2a86 (patch)
treef31edaeb6360332619fa574baabd5871d646f682 /chat/xchat
parent12a83a12dfe8401966bc9a6f4a05ab9f4033b74a (diff)
downloadpkgsrc-367462a4bdc61bb5858d63012ba893b1f0ec2a86.tar.gz
Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Diffstat (limited to 'chat/xchat')
-rw-r--r--chat/xchat/Makefile3
-rw-r--r--chat/xchat/options.mk4
2 files changed, 2 insertions, 5 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile
index 546b141c56b..7de98df0139 100644
--- a/chat/xchat/Makefile
+++ b/chat/xchat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2008/08/22 06:37:39 tron Exp $
+# $NetBSD: Makefile,v 1.62 2009/07/22 09:01:21 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -12,7 +12,6 @@ CONFLICTS= xchat-gnome-[0-9]*
USE_TOOLS+= msgfmt
USE_PKGLOCALEDIR= YES
-USE_DIRS+= xdg-1.1
GCONF_SCHEMAS= apps_xchat_url_handler.schemas
CONFIGURE_ARGS+= --enable-tcl=no
diff --git a/chat/xchat/options.mk b/chat/xchat/options.mk
index 753089cf2cc..20487feb154 100644
--- a/chat/xchat/options.mk
+++ b/chat/xchat/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2008/05/26 14:39:24 tron Exp $
+# $NetBSD: options.mk,v 1.13 2009/07/22 09:01:21 wiz Exp $
.include "../../mk/bsd.prefs.mk"
@@ -57,13 +57,11 @@ SUBST_STAGE.gconf+= pre-configure
SUBST_MESSAGE.gconf+= Disabling schema registration/installation.
SUBST_SED.gconf+= -e 's,DO_GCONF_TRUE,DO_GCONF_FALSE,g'
SUBST_FILES.gconf+= src/common/dbus/Makefile.in
-USE_DIRS+= gnome2-1.5
. include "../../devel/GConf/schemas.mk"
. include "../../sysutils/dbus-glib/buildlink3.mk"
.else
# We set this to ${FALSE} to avoid detection.
CONFIGURE_ARGS+= --disable-dbus
-USE_DIRS+= xdg-1.1
.endif
###