diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | 1ae3d1ba51febfd65eabae7f192d4b643e252ba2 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /emulators | |
parent | 7fe558471fbd1f98088730c7544dc1b7fb065b86 (diff) | |
download | pkgsrc-1ae3d1ba51febfd65eabae7f192d4b643e252ba2.tar.gz |
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.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/PLIST | 14 |
1 files changed, 7 insertions, 7 deletions
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 |