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/grhino | |
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/grhino')
-rw-r--r-- | games/grhino/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/grhino/PLIST b/games/grhino/PLIST index cd47c0d225a..543e4e923e7 100644 --- a/games/grhino/PLIST +++ b/games/grhino/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2005/04/19 00:49:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/17 07:07:19 jlam Exp $ bin/grhino bin/gtp-rhino share/gnome/help/grhino/C/figures/gamelist.png @@ -33,7 +33,7 @@ share/${PKGNAME}/theme/small/right.xpm share/${PKGNAME}/theme/small/top.xpm share/${PKGNAME}/theme/small/white.xpm share/${PKGNAME}/theme/small/white_last.xpm -${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/grhino.mo +share/locale/en_GB/LC_MESSAGES/grhino.mo @dirrm share/${PKGNAME}/theme/small @dirrm share/${PKGNAME}/theme @dirrm share/${PKGNAME}/pattern |