summaryrefslogtreecommitdiff
path: root/editors
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 /editors
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 'editors')
-rw-r--r--editors/abiword/Makefile.common3
-rw-r--r--editors/beaver/Makefile3
-rw-r--r--editors/conglomerate/Makefile3
-rw-r--r--editors/dasher/Makefile3
-rw-r--r--editors/emacs-snapshot/Makefile3
-rw-r--r--editors/gconf-editor/Makefile3
-rw-r--r--editors/gedit/Makefile3
-rw-r--r--editors/ghex/Makefile3
-rw-r--r--editors/gobby/Makefile3
-rw-r--r--editors/gtranslator/Makefile3
-rw-r--r--editors/leafpad/Makefile3
-rw-r--r--editors/lyx-qt/Makefile.common3
-rw-r--r--editors/lyx15/Makefile3
-rw-r--r--editors/mlview/Makefile3
-rw-r--r--editors/notecase/Makefile3
-rw-r--r--editors/poedit/Makefile3
-rw-r--r--editors/tomboy/Makefile3
17 files changed, 17 insertions, 34 deletions
diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common
index e99926de61a..69751dddad7 100644
--- a/editors/abiword/Makefile.common
+++ b/editors/abiword/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2009/04/07 16:27:08 drochner Exp $
+# $NetBSD: Makefile.common,v 1.39 2009/07/22 09:01:24 wiz Exp $
# Be sure to update PLIST and distinfo for editors/abiword-plugins when updating
ABIWORD_VERSION= 2.6.8
@@ -11,7 +11,6 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.abisource.com/
MAKE_FILE= GNUmakefile
-USE_DIRS+= xdg-1.1
USE_LIBTOOL= yes
USE_TOOLS+= gmake msgfmt pkg-config
USE_LANGUAGES= c c++
diff --git a/editors/beaver/Makefile b/editors/beaver/Makefile
index 2c299dd8a8f..15980c7cfb3 100644
--- a/editors/beaver/Makefile
+++ b/editors/beaver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/08/04 21:34:39 bjs Exp $
+# $NetBSD: Makefile,v 1.15 2009/07/22 09:01:24 wiz Exp $
#
DISTNAME= beaver${BEAVER_VERSION:S/./_/g}
@@ -16,7 +16,6 @@ COMMENT= Lightweight GTK+ text editor with syntax highlighting
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DIRS= src
-USE_DIRS+= xdg-1.4
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile
index b8268b09c73..001f508090a 100644
--- a/editors/conglomerate/Makefile
+++ b/editors/conglomerate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2009/03/08 15:56:45 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2009/07/22 09:01:24 wiz Exp $
#
DISTNAME= conglomerate-0.9.1
@@ -16,7 +16,6 @@ DEPENDS+= docbook-xsl>=1.64.1:../../textproc/docbook-xsl
DEPENDS+= docbook-xml>=4.2nb6:../../textproc/docbook-xml
GNU_CONFIGURE= yes
-USE_DIRS+= gnome2-1.5
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_PKGLOCALEDIR= yes
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile
index 9c2480d5f62..ee9fe88ae1a 100644
--- a/editors/dasher/Makefile
+++ b/editors/dasher/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2009/05/21 16:04:03 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2009/07/22 09:01:24 wiz Exp $
DISTNAME= dasher-4.10.1
CATEGORIES= editors gnome
@@ -12,7 +12,6 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= gnome2-1.5
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile
index 7d461d84439..5fa7a7c1cd8 100644
--- a/editors/emacs-snapshot/Makefile
+++ b/editors/emacs-snapshot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/07/12 11:56:54 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:24 wiz Exp $
DISTNAME= emacs-snapshot_20090710.orig
PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
@@ -16,7 +16,6 @@ CONFLICTS+= emacs-nox11-[0-9]*
GNU_CONFIGURE= yes
INFO_FILES= yes
-USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake makeinfo gzip
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/\.[0-9]*$//}
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile
index 95d5d85ff73..a7a73eb569f 100644
--- a/editors/gconf-editor/Makefile
+++ b/editors/gconf-editor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2009/03/18 01:59:43 jmcneill Exp $
+# $NetBSD: Makefile,v 1.64 2009/07/22 09:01:24 wiz Exp $
#
DISTNAME= gconf-editor-2.26.0
@@ -13,7 +13,6 @@ COMMENT= Editor for the GConf configuration system
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
-USE_DIRS+= xdg-1.1 gnome2-1.5
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt pkg-config
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 2fd51a48b50..006e0f02b83 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2009/07/09 18:23:26 drochner Exp $
+# $NetBSD: Makefile,v 1.97 2009/07/22 09:01:24 wiz Exp $
#
DISTNAME= gedit-2.26.3
@@ -13,7 +13,6 @@ LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_LIBTOOL= YES
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile
index 0c418573d94..60e5c9df9d5 100644
--- a/editors/ghex/Makefile
+++ b/editors/ghex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/03/05 17:46:45 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= ghex-2.24.0
@@ -13,7 +13,6 @@ COMMENT= Hex editor
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool msgfmt gmake
-USE_DIRS+= xdg-1.1 gnome2-1.5
PKGCONFIG_OVERRIDE+= gtkhex.pc.in
GCONF_SCHEMAS= ghex2.schemas
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile
index bf71456aee0..da62b8547ae 100644
--- a/editors/gobby/Makefile
+++ b/editors/gobby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/05/22 17:39:50 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= gobby-0.4.5
@@ -16,7 +16,6 @@ GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS= gmake msgfmt pkg-config
-USE_DIRS+= xdg-1.4
.include "options.mk"
diff --git a/editors/gtranslator/Makefile b/editors/gtranslator/Makefile
index 88888f1118f..4ab02f0657b 100644
--- a/editors/gtranslator/Makefile
+++ b/editors/gtranslator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2009/03/08 15:56:45 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2009/07/22 09:01:25 wiz Exp $
DISTNAME= gtranslator-1.1.7
PKGREVISION= 4
@@ -11,7 +11,6 @@ COMMENT= Gettext po file editor for the GNOME2 desktop environment
PKG_DESTDIR_SUPPORT= user-destdir
-USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile
index 2c990a9ba5c..cb8f0794eb9 100644
--- a/editors/leafpad/Makefile
+++ b/editors/leafpad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/07/14 12:56:03 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= leafpad-0.8.4
@@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= intltool msgfmt pkg-config
GNU_CONFIGURE= YES
-USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= YES
.include "../../converters/libiconv/buildlink3.mk"
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common
index 628c8f1365b..497475cd9e5 100644
--- a/editors/lyx-qt/Makefile.common
+++ b/editors/lyx-qt/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2009/05/21 00:17:32 zafer Exp $
+# $NetBSD: Makefile.common,v 1.48 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= lyx-1.4.5.1
@@ -24,7 +24,6 @@ PLIST_SRC= ${.CURDIR}/../../editors/lyx-qt/PLIST.common
UNLIMIT_RESOURCES+= datasize
-USE_DIRS+= texmf-1.0
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_TOOLS+= gmake perl:run
diff --git a/editors/lyx15/Makefile b/editors/lyx15/Makefile
index a8bb4451da8..68cdf6e254d 100644
--- a/editors/lyx15/Makefile
+++ b/editors/lyx15/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/04/28 19:56:45 zafer Exp $
+# $NetBSD: Makefile,v 1.7 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= lyx-1.5.4
@@ -22,7 +22,6 @@ CONFLICTS= lyx-qt-[0-9]*
CONFLICTS+= lyx-xforms-[0-9]*
UNLIMIT_RESOURCES+= datasize
-USE_DIRS+= texmf-1.0
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
USE_TOOLS+= gmake perl:run
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile
index 0bac8227412..92811191278 100644
--- a/editors/mlview/Makefile
+++ b/editors/mlview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2009/06/11 08:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= mlview-0.9.0
@@ -14,7 +14,6 @@ COMMENT= XML editor for the GNOME environment
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES+= c c++
diff --git a/editors/notecase/Makefile b/editors/notecase/Makefile
index 899916fef9b..d3e34202b92 100644
--- a/editors/notecase/Makefile
+++ b/editors/notecase/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/05/15 19:18:06 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= notecase-1.8.8_src
@@ -14,7 +14,6 @@ WRKSRC= ${WRKDIR}/notecase-1.8.8
USE_LANGUAGES= c c++
USE_TOOLS+= gmake msgfmt pkg-config gsed
TOOLS_PLATFORM.gsed= #empty, override nonsense in tools
-USE_DIRS+= xdg-1.1
INSTALLATION_DIRS= share/doc/notecase share/locale/fr_CA/LC_MESSAGES \
share/locale/no/LC_MESSAGES
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile
index 418d37e273d..1742993e3af 100644
--- a/editors/poedit/Makefile
+++ b/editors/poedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/01/18 08:45:57 shattered Exp $
+# $NetBSD: Makefile,v 1.24 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= poedit-1.3.6
@@ -15,7 +15,6 @@ DEPENDS+= zip-[0-9]*:../../archivers/zip
BROKEN= Requires Unicode version of wxGTK
GNU_CONFIGURE= yes
-USE_DIRS+= xdg-1.2 gnome2-1.5
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
diff --git a/editors/tomboy/Makefile b/editors/tomboy/Makefile
index c5cd01bb8c3..084a47464f5 100644
--- a/editors/tomboy/Makefile
+++ b/editors/tomboy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/06/11 08:10:25 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2009/07/22 09:01:25 wiz Exp $
#
DISTNAME= tomboy-0.14.2
@@ -14,7 +14,6 @@ LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
-USE_DIRS= xdg-1.4 gnome2-1.6
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool pkg-config bash:run msgfmt