summaryrefslogtreecommitdiff
path: root/emulators
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 /emulators
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 'emulators')
-rw-r--r--emulators/e-uae/Makefile3
-rw-r--r--emulators/raine/Makefile3
-rw-r--r--emulators/snes9x-gtk/Makefile3
-rw-r--r--emulators/stella/Makefile3
-rw-r--r--emulators/wine-devel/Makefile3
-rw-r--r--emulators/wine/Makefile3
-rw-r--r--emulators/yabause/Makefile3
7 files changed, 7 insertions, 14 deletions
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile
index b78e169cb97..e364d2cb5a3 100644
--- a/emulators/e-uae/Makefile
+++ b/emulators/e-uae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/06/30 00:07:15 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:26 wiz Exp $
DISTNAME= e-uae-0.8.28
PKGREVISION= 3
@@ -19,7 +19,6 @@ CONFLICTS+= uae-[0-9]*
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.4
.include "options.mk"
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile
index 321f00d5f44..b937024c5c7 100644
--- a/emulators/raine/Makefile
+++ b/emulators/raine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/02/19 19:14:59 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2009/07/22 09:01:26 wiz Exp $
#
DISTNAME= raines-0.43.3
@@ -20,7 +20,6 @@ MAKE_ENV+= OSTYPE=linux
REPLACE_PERL= makedep
PTHREAD_OPTS+= require
-USE_DIRS+= xdg-1.1
# XXX Really?
ONLY_FOR_PLATFORM= *-*-i386
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile
index eafe1bd41d8..dce830e95b5 100644
--- a/emulators/snes9x-gtk/Makefile
+++ b/emulators/snes9x-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/05/04 01:37:43 hasso Exp $
+# $NetBSD: Makefile,v 1.6 2009/07/22 09:01:26 wiz Exp $
#
DISTNAME= snes9x-1.51-src-gtk-70
@@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/snes9x-1.51-src/gtk
GNU_CONFIGURE= yes
-USE_DIRS= xdg-1.4
USE_LANGUAGES= c c++
USE_TOOLS+= intltool pkg-config msgfmt
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile
index 78f31b26c76..1bbf5e7ee5a 100644
--- a/emulators/stella/Makefile
+++ b/emulators/stella/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2009/07/12 16:31:59 dholland Exp $
+# $NetBSD: Makefile,v 1.34 2009/07/22 09:01:26 wiz Exp $
STELLA_VERSION= 2.8.4
DISTNAME= stella-${STELLA_VERSION}-src
@@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
-USE_DIRS+= xdg-1.1
UNLIMIT_RESOURCES= datasize
HAS_CONFIGURE= YES
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index c57f98badb7..c8cf1a743cd 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/02/28 15:30:13 adam Exp $
+# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:26 wiz Exp $
DISTNAME= wine-1.1.16
CATEGORIES= emulators
@@ -18,7 +18,6 @@ BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= xdg-1.1
USE_LANGUAGES= c
USE_LIBTOOL= yes
USE_NCURSES= yes
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 1fbde7c4032..9dca44a808d 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.151 2009/04/20 18:55:42 adam Exp $
+# $NetBSD: Makefile,v 1.152 2009/07/22 09:01:26 wiz Exp $
DISTNAME= wine-1.0.1
PKGREVISION= 2
@@ -19,7 +19,6 @@ ONLY_FOR_PLATFORM+= *-*-x86_64
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= xdg-1.1
USE_LANGUAGES= c
USE_LIBTOOL= yes
USE_NCURSES= yes
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile
index 1b7f6963d6a..00eaf1babfc 100644
--- a/emulators/yabause/Makefile
+++ b/emulators/yabause/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/05/13 18:29:57 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:26 wiz Exp $
DISTNAME= yabause-0.9.5
CATEGORIES= emulators
@@ -13,7 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_TOOLS+= pkg-config
-USE_DIRS+= xdg-1.4
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/gtkglext/buildlink3.mk"