diff options
author | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-17 07:07:11 +0000 |
commit | e9c0cc38fc8a0295c10d3b9be3398e1358e7b374 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /games/dopewars/PLIST | |
parent | f73a3a6bda32f5cd530045dde4f3f214f20c8d2c (diff) | |
download | pkgsrc-e9c0cc38fc8a0295c10d3b9be3398e1358e7b374.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 'games/dopewars/PLIST')
-rw-r--r-- | games/dopewars/PLIST | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games/dopewars/PLIST b/games/dopewars/PLIST index 085269b5ad9..5b88eaa60ac 100644 --- a/games/dopewars/PLIST +++ b/games/dopewars/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2006/02/14 21:40:44 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/04/17 07:07:19 jlam Exp $ bin/dopewars man/man6/dopewars.6 share/doc/${PKGNAME}/help/cops.html @@ -38,14 +38,14 @@ share/dopewars/punch.wav share/dopewars/run.wav share/dopewars/shotdown.wav share/dopewars/train.wav -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/dopewars.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/dopewars.mo -${PKGLOCALEDIR}/locale/es_ES/LC_MESSAGES/dopewars.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/dopewars.mo -${PKGLOCALEDIR}/locale/fr_CA/LC_MESSAGES/dopewars.mo -${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/dopewars.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/dopewars.mo -${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/dopewars.mo +share/locale/de/LC_MESSAGES/dopewars.mo +share/locale/es/LC_MESSAGES/dopewars.mo +share/locale/es_ES/LC_MESSAGES/dopewars.mo +share/locale/fr/LC_MESSAGES/dopewars.mo +share/locale/fr_CA/LC_MESSAGES/dopewars.mo +share/locale/nn/LC_MESSAGES/dopewars.mo +share/locale/pl/LC_MESSAGES/dopewars.mo +share/locale/pt_BR/LC_MESSAGES/dopewars.mo share/pixmaps/dopewars-pill.png share/pixmaps/dopewars-shot.png share/pixmaps/dopewars-weed.png |