summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-07-22 09:01:16 +0000
committerwiz <wiz@pkgsrc.org>2009-07-22 09:01:16 +0000
commit6f7c23cfe57ceb1348ee3be0d8e8515ddd743b8c (patch)
treef31edaeb6360332619fa574baabd5871d646f682 /wm
parentc92320d92678dfa68215d796d1b3b5ca18ef72aa (diff)
downloadpkgsrc-6f7c23cfe57ceb1348ee3be0d8e8515ddd743b8c.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 'wm')
-rw-r--r--wm/afterstep/Makefile3
-rw-r--r--wm/ccsm/Makefile3
-rw-r--r--wm/e16menuedit2/Makefile3
-rw-r--r--wm/matchbox-wm/Makefile3
-rw-r--r--wm/metacity/Makefile3
-rw-r--r--wm/obconf/Makefile3
-rw-r--r--wm/openbox/Makefile3
-rw-r--r--wm/sawfish/Makefile3
-rw-r--r--wm/xfce4-wm-themes/Makefile3
-rw-r--r--wm/xfce4-wm/Makefile3
10 files changed, 10 insertions, 20 deletions
diff --git a/wm/afterstep/Makefile b/wm/afterstep/Makefile
index c5107aad919..105e499fa53 100644
--- a/wm/afterstep/Makefile
+++ b/wm/afterstep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2008/05/10 08:02:04 obache Exp $
+# $NetBSD: Makefile,v 1.42 2009/07/22 09:01:49 wiz Exp $
DISTNAME= AfterStep-2.1.2
PKGNAME= ${DISTNAME:S/AfterStep/afterstep/}
@@ -13,7 +13,6 @@ COMMENT= Window manager based on the look and feel of the NeXTStep interface
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= bash:run gmake perl:run pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-send-postcard-to-developer
diff --git a/wm/ccsm/Makefile b/wm/ccsm/Makefile
index 799d8792206..d05fbb28045 100644
--- a/wm/ccsm/Makefile
+++ b/wm/ccsm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/02/09 21:55:23 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:49 wiz Exp $
#
DISTNAME= ccsm-0.6.0
@@ -13,7 +13,6 @@ COMMENT= CompizConfig Settings Manager
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config gmake msgfmt
-USE_DIRS+= xdg-1.1
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
diff --git a/wm/e16menuedit2/Makefile b/wm/e16menuedit2/Makefile
index 3eab1542f49..624c78f5c72 100644
--- a/wm/e16menuedit2/Makefile
+++ b/wm/e16menuedit2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/03/08 15:56:47 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2009/07/22 09:01:49 wiz Exp $
#
DISTNAME= e16menuedit2-0.0.3
@@ -18,7 +18,6 @@ BROKEN_GETTEXT_DETECTION= yes
GNU_CONFIGURE= yes
USE_TOOLS+= intltool msgfmt pkg-config
-USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/wm/matchbox-wm/Makefile b/wm/matchbox-wm/Makefile
index c30894ccb55..4c60509222f 100644
--- a/wm/matchbox-wm/Makefile
+++ b/wm/matchbox-wm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/02/03 09:25:39 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:50 wiz Exp $
#
DISTNAME= matchbox-window-manager-1.1
@@ -11,7 +11,6 @@ HOMEPAGE= http://projects.o-hand.com/matchbox/
COMMENT= Window manager designed for computers with small displays
USE_TOOLS+= pkg-config
-USE_DIRS+= xdg-1.4
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile
index 767f520e52c..8eeae953320 100644
--- a/wm/metacity/Makefile
+++ b/wm/metacity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2009/03/16 20:10:19 jmcneill Exp $
+# $NetBSD: Makefile,v 1.81 2009/07/22 09:01:50 wiz Exp $
#
DISTNAME= metacity-2.26.0
@@ -12,7 +12,6 @@ COMMENT= GNOME-compliant window manager
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= gnome2-1.5 theme-1.0 xdg-1.4
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt pkg-config
GNU_CONFIGURE= YES
diff --git a/wm/obconf/Makefile b/wm/obconf/Makefile
index 8fb797d4184..f94a19f1b4c 100644
--- a/wm/obconf/Makefile
+++ b/wm/obconf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/11/02 21:50:21 snj Exp $
+# $NetBSD: Makefile,v 1.26 2009/07/22 09:01:50 wiz Exp $
DISTNAME= obconf-2.0.3
CATEGORIES= wm
@@ -13,7 +13,6 @@ COMMENT= Tool for configuring the Openbox window manager
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
-USE_DIRS+= xdg-1.1
GNU_CONFIGURE= YES
.include "../../databases/shared-mime-info/mimedb.mk"
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile
index 20f5b3cbe08..2fdb0e178b2 100644
--- a/wm/openbox/Makefile
+++ b/wm/openbox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2009/02/16 12:04:01 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2009/07/22 09:01:50 wiz Exp $
DISTNAME= openbox-3.4.7.2
PKGREVISION= 1
@@ -16,7 +16,6 @@ DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
-USE_DIRS+= gnome2-1.5 xdg-1.4
USE_TOOLS+= gmake msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile
index d49f72b15ea..9a7a7fe4123 100644
--- a/wm/sawfish/Makefile
+++ b/wm/sawfish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2009/07/14 10:33:28 tnn Exp $
+# $NetBSD: Makefile,v 1.51 2009/07/22 09:01:50 wiz Exp $
#
DISTNAME= sawfish-1.5.0
@@ -25,7 +25,6 @@ INFO_FILES= YES
PKGCONFIG_OVERRIDE+= sawfish.pc.in
USE_TOOLS+= gmake makeinfo msgfmt pkg-config xgettext
USE_TOOLS+= gtar:run # for librep run-time theme extraction
-USE_DIRS+= gnome2-1.5
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/wm/xfce4-wm-themes/Makefile b/wm/xfce4-wm-themes/Makefile
index fd8dd903e74..95fe8db9803 100644
--- a/wm/xfce4-wm-themes/Makefile
+++ b/wm/xfce4-wm-themes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/12/18 16:46:29 hira Exp $
+# $NetBSD: Makefile,v 1.19 2009/07/22 09:01:50 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -10,7 +10,6 @@ PKGREVISION= 1
CATEGORIES= wm
COMMENT= Xfce window manager themes
-USE_DIRS+= theme-1.1 xdg-1.1
.include "../../wm/xfce4-wm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/wm/xfce4-wm/Makefile b/wm/xfce4-wm/Makefile
index 10c8c095d5d..0b57cc2e48a 100644
--- a/wm/xfce4-wm/Makefile
+++ b/wm/xfce4-wm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2008/12/18 14:12:24 hira Exp $
+# $NetBSD: Makefile,v 1.28 2009/07/22 09:01:50 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -10,7 +10,6 @@ PKGREVISION= 1
CATEGORIES= wm
COMMENT= Xfce window manager
-USE_DIRS+= xdg-1.4
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"