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 /misc/celestia | |
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 'misc/celestia')
-rw-r--r-- | misc/celestia/PLIST | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/misc/celestia/PLIST b/misc/celestia/PLIST index dd629c5be89..548a5e3cf1b 100644 --- a/misc/celestia/PLIST +++ b/misc/celestia/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/02/17 23:46:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:25 jlam Exp $ bin/celestia share/celestia/COPYING share/celestia/controls.txt @@ -297,18 +297,18 @@ share/celestia/textures/medres/venuslike.jpg share/celestia/textures/medres/venuslikenight.jpg share/celestia/textures/medres/venussurface.jpg share/examples/celestia/celestia.cfg.default -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/celestia.mo -${PKGLOCALEDIR}/locale/el/LC_MESSAGES/celestia.mo -${PKGLOCALEDIR}/locale/en/LC_MESSAGES/celestia.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/celestia.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/celestia.mo -${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/celestia.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/celestia.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/celestia.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/celestia.mo -${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/celestia.mo -${PKGLOCALEDIR}/locale/pt_br/LC_MESSAGES/celestia.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/celestia.mo +share/locale/de/LC_MESSAGES/celestia.mo +share/locale/el/LC_MESSAGES/celestia.mo +share/locale/en/LC_MESSAGES/celestia.mo +share/locale/es/LC_MESSAGES/celestia.mo +share/locale/fr/LC_MESSAGES/celestia.mo +share/locale/gl/LC_MESSAGES/celestia.mo +share/locale/hu/LC_MESSAGES/celestia.mo +share/locale/it/LC_MESSAGES/celestia.mo +share/locale/nl/LC_MESSAGES/celestia.mo +share/locale/pt/LC_MESSAGES/celestia.mo +share/locale/pt_br/LC_MESSAGES/celestia.mo +share/locale/ru/LC_MESSAGES/celestia.mo @dirrm share/examples/celestia @dirrm share/celestia/textures/medres @dirrm share/celestia/textures/lores |