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/lincity | |
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/lincity')
-rw-r--r-- | games/lincity/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/lincity/PLIST b/games/lincity/PLIST index dbc0556e464..6d322509e02 100644 --- a/games/lincity/PLIST +++ b/games/lincity/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/03/02 16:43:50 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:19 jlam Exp $ bin/xlincity man/man6/lincity.6 man/man6/xlincity.6 @@ -531,8 +531,8 @@ share/lincity/opening/text2 share/lincity/opening/text3 share/lincity/opening/winfont_16x16.fnt share/lincity/opening/winfont_8x8.fnt -${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/lincity.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/lincity.mo +share/locale/ca/LC_MESSAGES/lincity.mo +share/locale/it/LC_MESSAGES/lincity.mo @dirrm share/lincity/opening @dirrm share/lincity/messages @dirrm share/lincity/icons |