diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-17 07:07:11 +0000 |
commit | ea5f9f80b6883d39666b0f4acc8aefe897d4785d (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /games/ccgo | |
parent | 138140738b4a4041e1b8c9c60fd33feb153dd7a5 (diff) | |
download | pkgsrc-ea5f9f80b6883d39666b0f4acc8aefe897d4785d.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/ccgo')
-rw-r--r-- | games/ccgo/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/ccgo/PLIST b/games/ccgo/PLIST index b0904fac4b3..94e9f6567d1 100644 --- a/games/ccgo/PLIST +++ b/games/ccgo/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.3 2005/07/22 22:13:25 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/17 07:07:19 jlam Exp $ bin/ccgo man/man6/ccgo.6 -${PKGLOCALEDIR}/locale/hu_HU/LC_MESSAGES/ccgo.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/ccgo.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/ccgo.mo share/applications/ccgo.desktop +share/locale/hu_HU/LC_MESSAGES/ccgo.mo +share/locale/zh_CN/LC_MESSAGES/ccgo.mo +share/locale/zh_TW/LC_MESSAGES/ccgo.mo share/pixmaps/ccgo.xpm share/pixmaps/ccgo/banner.png share/pixmaps/ccgo/black_stone.png |