summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2009-07-22 09:01:16 +0000
committerwiz <wiz>2009-07-22 09:01:16 +0000
commit00a43dfffe30806b58c253077dee44b8f33cfda1 (patch)
treef31edaeb6360332619fa574baabd5871d646f682 /www
parent46c150ade635ae1520e401167f9f4921437d2361 (diff)
downloadpkgsrc-00a43dfffe30806b58c253077dee44b8f33cfda1.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 'www')
-rw-r--r--www/amaya/Makefile3
-rw-r--r--www/bluefish/Makefile3
-rw-r--r--www/drivel/Makefile3
-rw-r--r--www/epiphany-extensions/Makefile3
-rw-r--r--www/epiphany/Makefile3
-rw-r--r--www/galeon/Makefile3
-rw-r--r--www/kazehakase/Makefile3
-rw-r--r--www/liferea-current/Makefile3
-rw-r--r--www/liferea/Makefile3
-rw-r--r--www/midori/Makefile3
10 files changed, 10 insertions, 20 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile
index b2751a944e3..ec2d8413aa2 100644
--- a/www/amaya/Makefile
+++ b/www/amaya/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2008/09/19 19:08:10 joerg Exp $
+# $NetBSD: Makefile,v 1.54 2009/07/22 09:01:50 wiz Exp $
DISTNAME= amaya-fullsrc-10.0.1
PKGNAME= ${DISTNAME:S/-fullsrc//}
@@ -14,7 +14,6 @@ COMMENT= Web browser/editor from the World Wide Web Consortium (W3C)
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
USE_TOOLS+= gmake perl pkg-config
GNU_CONFIGURE= yes
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 2a3482ce43e..29397126f30 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2008/06/12 02:14:55 joerg Exp $
+# $NetBSD: Makefile,v 1.80 2009/07/22 09:01:50 wiz Exp $
DISTNAME= bluefish-1.0.7
PKGREVISION= 5
@@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= weblint-[0-9]*:../../www/weblint
-USE_DIRS+= xdg-1.1
USE_TOOLS+= find gmake grep msgfmt pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/www/drivel/Makefile b/www/drivel/Makefile
index 5b84e9c25c1..7dfc8d92fff 100644
--- a/www/drivel/Makefile
+++ b/www/drivel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2009/03/08 15:56:47 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2009/07/22 09:01:51 wiz Exp $
#
DISTNAME= drivel-2.0.3
@@ -14,7 +14,6 @@ COMMENT= LiveJournal client for the GNOME Desktop
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= YES
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index 86e6767fee9..ade2ba1187d 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2009/03/15 19:16:58 jmcneill Exp $
+# $NetBSD: Makefile,v 1.52 2009/07/22 09:01:51 wiz Exp $
#
DISTNAME= epiphany-extensions-2.26.0
@@ -17,7 +17,6 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_LANGUAGES= c c++
-USE_DIRS+= gnome2-1.5
# Avoid -Werror, which breaks the build sometimes.
CONFIGURE_ARGS+= --enable-compile-warnings=no
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index e610f08c901..b2209e5fbb5 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2009/07/09 18:27:45 drochner Exp $
+# $NetBSD: Makefile,v 1.96 2009/07/22 09:01:51 wiz Exp $
#
DISTNAME= epiphany-2.26.3
@@ -13,7 +13,6 @@ COMMENT= The web browser for the GNOME Desktop
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index 92041d6f926..92c435e5a38 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2008/06/12 02:14:55 joerg Exp $
+# $NetBSD: Makefile,v 1.117 2009/07/22 09:01:51 wiz Exp $
#
DISTNAME= galeon-2.0.5
@@ -15,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= galeon-devel-[0-9]*
USE_LANGUAGES= c c++
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile
index 63af8f910c4..fd66dd556c7 100644
--- a/www/kazehakase/Makefile
+++ b/www/kazehakase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2009/07/03 14:00:24 drochner Exp $
+# $NetBSD: Makefile,v 1.28 2009/07/22 09:01:51 wiz Exp $
#
DISTNAME= kazehakase-0.5.4
@@ -13,7 +13,6 @@ COMMENT= Web browser with multiple layout engines support
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.2
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
diff --git a/www/liferea-current/Makefile b/www/liferea-current/Makefile
index 79facd55fb4..4f1fde4b4be 100644
--- a/www/liferea-current/Makefile
+++ b/www/liferea-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/07/09 19:11:23 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:51 wiz Exp $
DISTNAME= liferea-1.6.0-rc6
PKGNAME= liferea-1.6.0rc6
@@ -11,7 +11,6 @@ COMMENT= Simple FeedReader clone for reading RSS/RDF feeds
GNU_CONFIGURE= yes
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake pkg-config msgfmt perl intltool
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/www/liferea/Makefile b/www/liferea/Makefile
index 7891def9067..491163490f0 100644
--- a/www/liferea/Makefile
+++ b/www/liferea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2009/07/09 19:08:47 drochner Exp $
+# $NetBSD: Makefile,v 1.84 2009/07/22 09:01:51 wiz Exp $
DISTNAME= liferea-1.4.28
CATEGORIES= www
@@ -10,7 +10,6 @@ COMMENT= Simple FeedReader clone for reading RSS/RDF feeds
GNU_CONFIGURE= yes
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake pkg-config msgfmt perl intltool
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
diff --git a/www/midori/Makefile b/www/midori/Makefile
index 228d46be0dd..479d84e7ca3 100644
--- a/www/midori/Makefile
+++ b/www/midori/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2009/06/08 21:17:04 ahoka Exp $
+# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:51 wiz Exp $
DISTNAME= midori-0.1.7
CATEGORIES= www
@@ -11,7 +11,6 @@ EXTRACT_SUFX= .tar.bz2
HAS_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_DIRS+= xdg-1.4
USE_TOOLS+= gmake intltool msgfmt pkg-config
PKG_DESTDIR_SUPPORT= user-destdir