diff options
-rw-r--r-- | editors/cooledit/Makefile | 4 | ||||
-rw-r--r-- | editors/gconf-editor/Makefile | 3 | ||||
-rw-r--r-- | editors/gedit/Makefile | 3 | ||||
-rw-r--r-- | editors/gnotepad/Makefile | 3 | ||||
-rw-r--r-- | editors/gnotepad/PLIST | 8 | ||||
-rw-r--r-- | editors/nano/Makefile | 3 | ||||
-rw-r--r-- | editors/nano/PLIST | 36 | ||||
-rw-r--r-- | emulators/vice/Makefile | 6 |
8 files changed, 37 insertions, 29 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 diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index a56539467c9..7384c4355d2 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/09/21 12:37:12 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2002/11/30 23:36:33 salo Exp $ # DISTNAME= vice-1.10 @@ -15,6 +15,8 @@ MAINTAINER= kristerw@netbsd.org HOMEPAGE= http://viceteam.bei.t-online.de/ COMMENT= Emulator for C64, C128, CBM-II, PET, and VIC20 +BUILD_USES_MSGFMT= YES + RESTRICTED= "ROM image copyright is questionable" NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} @@ -23,8 +25,8 @@ NO_SRC_ON_FTP= ${RESTRICTED} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -BUILD_USES_MSGFMT= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11= YES USE_GMAKE= YES GNU_CONFIGURE= YES |