summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2002-11-30 23:32:20 +0000
committersalo <salo@pkgsrc.org>2002-11-30 23:32:20 +0000
commit5a68637b247bc090ee92ff11ad956ebd4da61a0b (patch)
tree43f669dd2beef7d73d698546edabe0d536530463 /editors
parent937b3bf13ba04761e827057af8b9188f24755d9a (diff)
downloadpkgsrc-5a68637b247bc090ee92ff11ad956ebd4da61a0b.tar.gz
USE_PKGLOCALEDIR, delint.
Diffstat (limited to 'editors')
-rw-r--r--editors/cooledit/Makefile4
-rw-r--r--editors/gconf-editor/Makefile3
-rw-r--r--editors/gedit/Makefile3
-rw-r--r--editors/gnotepad/Makefile3
-rw-r--r--editors/gnotepad/PLIST8
-rw-r--r--editors/nano/Makefile3
-rw-r--r--editors/nano/PLIST36
7 files changed, 33 insertions, 27 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index e83a1f797b8..d3dc85deb0d 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/09/21 11:12:51 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/11/30 23:32:20 salo Exp $
#
DISTNAME= cooledit-3.17.5
@@ -10,7 +10,9 @@ HOMEPAGE= http://cooledit.sourceforge.net/
COMMENT= full-featured text editor
BUILD_USES_MSGFMT= # defined
+
USE_BUILDLINK2= # defined
+USE_PKGLOCALEDIR= # defined
USE_X11BASE= # defined
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile
index ce9ed2b8dac..ce151711a68 100644
--- a/editors/gconf-editor/Makefile
+++ b/editors/gconf-editor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/11/02 11:32:39 rh Exp $
+# $NetBSD: Makefile,v 1.2 2002/11/30 23:32:21 salo Exp $
#
DISTNAME= gconf-editor-0.3.1
@@ -14,6 +14,7 @@ BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
+USE_PKGLOCALEDIR= YES
USE_GMAKE= YES
USE_X11= YES
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 8013a0c890a..b32cd523c83 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/11/03 08:52:25 rh Exp $
+# $NetBSD: Makefile,v 1.2 2002/11/30 23:32:22 salo Exp $
#
DISTNAME= gedit-2.0.5
@@ -14,6 +14,7 @@ BUILD_USES_MSGFMT= YES
USE_PERL5= build
USE_BUILDLINK2= YES
+USE_PKGLOCALEDIR= YES
USE_GMAKE= YES
USE_X11= YES
USE_LIBTOOL= YES
diff --git a/editors/gnotepad/Makefile b/editors/gnotepad/Makefile
index 71e7006c9a5..4bdbca9173c 100644
--- a/editors/gnotepad/Makefile
+++ b/editors/gnotepad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/09/22 00:03:03 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2002/11/30 23:32:22 salo Exp $
DISTNAME= gnotepad+-1.3.3
PKGNAME= ${DISTNAME:S/+//}
@@ -13,6 +13,7 @@ COMMENT= easy-to-use, yet fairly feature-rich, simple HTML and text editor for X
BUILD_USES_MSGFMT= YES
USE_BUILDLINK2= YES
+USE_PKGLOCALEDIR= YES
USE_X11BASE= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
diff --git a/editors/gnotepad/PLIST b/editors/gnotepad/PLIST
index 72032c2591f..3db0afe6adc 100644
--- a/editors/gnotepad/PLIST
+++ b/editors/gnotepad/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/07/19 04:54:23 mycroft Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/11/30 23:32:22 salo Exp $
bin/gnp
man/man1/gnp.1
share/gnome/apps/Applications/gnotepad+.desktop
@@ -107,9 +107,9 @@ share/gnotepad+/xpm/tb_undo.xpm
share/gnotepad+/xpm/tb_unordered.xpm
share/gnotepad+/xpm/tb_winclose.xpm
share/gnotepad+/xpm/tb_winnew.xpm
-share/locale/da/LC_MESSAGES/gnotepad+.mo
-share/locale/fr/LC_MESSAGES/gnotepad+.mo
-share/locale/ja/LC_MESSAGES/gnotepad+.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gnotepad+.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gnotepad+.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gnotepad+.mo
@dirrm share/gnotepad+/xpm
@dirrm share/gnotepad+
@dirrm share/gnome/help/gnotepad+/C
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 9eb6d3a2912..b9dff69c474 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/10/13 15:11:01 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2002/11/30 23:32:22 salo Exp $
DISTNAME= nano-1.0.8
CATEGORIES= editors
@@ -10,6 +10,7 @@ COMMENT= small and friendly text editor (a free replacement for Pico)
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"
diff --git a/editors/nano/PLIST b/editors/nano/PLIST
index 3925ad15722..90d8ded8347 100644
--- a/editors/nano/PLIST
+++ b/editors/nano/PLIST
@@ -1,23 +1,23 @@
-@comment $NetBSD: PLIST,v 1.4 2002/02/18 15:14:17 seb Exp $
+@comment $NetBSD: PLIST,v 1.5 2002/11/30 23:32:22 salo Exp $
bin/nano
@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/nano.info
info/nano.info
@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/nano.info
man/man1/nano.1
-share/locale/ca/LC_MESSAGES/nano.mo
-share/locale/cs/LC_MESSAGES/nano.mo
-share/locale/da/LC_MESSAGES/nano.mo
-share/locale/de/LC_MESSAGES/nano.mo
-share/locale/es/LC_MESSAGES/nano.mo
-share/locale/fi/LC_MESSAGES/nano.mo
-share/locale/fr/LC_MESSAGES/nano.mo
-share/locale/gl/LC_MESSAGES/nano.mo
-share/locale/hu/LC_MESSAGES/nano.mo
-share/locale/id/LC_MESSAGES/nano.mo
-share/locale/it/LC_MESSAGES/nano.mo
-share/locale/nl/LC_MESSAGES/nano.mo
-share/locale/no/LC_MESSAGES/nano.mo
-share/locale/pl/LC_MESSAGES/nano.mo
-share/locale/ru/LC_MESSAGES/nano.mo
-share/locale/sv/LC_MESSAGES/nano.mo
-share/locale/uk/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/id/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/no/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/nano.mo