From ea5f9f80b6883d39666b0f4acc8aefe897d4785d Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 17 Apr 2006 07:07:11 +0000 Subject: Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory. --- emulators/vice/PLIST | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'emulators/vice') diff --git a/emulators/vice/PLIST b/emulators/vice/PLIST index c486540d3c0..dbd21f85b40 100644 --- a/emulators/vice/PLIST +++ b/emulators/vice/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2006/03/31 16:47:44 jlam Exp $ +@comment $NetBSD: PLIST,v 1.17 2006/04/17 07:07:18 jlam Exp $ bin/c1541 bin/petcat bin/vsid @@ -52,12 +52,12 @@ share/doc/vice/vice_7.html share/doc/vice/vice_8.html share/doc/vice/vice_9.html share/doc/vice/vice_toc.html -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/vice.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/vice.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/vice.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/vice.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/vice.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/vice.mo +share/locale/de/LC_MESSAGES/vice.mo +share/locale/fr/LC_MESSAGES/vice.mo +share/locale/it/LC_MESSAGES/vice.mo +share/locale/nl/LC_MESSAGES/vice.mo +share/locale/pl/LC_MESSAGES/vice.mo +share/locale/sv/LC_MESSAGES/vice.mo share/vice/C128/basic64 share/vice/C128/basichi share/vice/C128/basiclo -- cgit v1.2.3