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 /x11/XaoS | |
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 'x11/XaoS')
-rw-r--r-- | x11/XaoS/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/XaoS/PLIST b/x11/XaoS/PLIST index 3c8fe96eeab..b0930147579 100644 --- a/x11/XaoS/PLIST +++ b/x11/XaoS/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2006/04/08 05:03:00 jlam Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/17 07:07:38 jlam Exp $ bin/xaos info/xaos.info man/man6/xaos.6 @@ -167,11 +167,11 @@ share/XaoS/tutorial/square.xhf share/XaoS/tutorial/tree.xhf share/XaoS/tutorial/truecol.xaf share/XaoS/tutorial/truecol.xhf -${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/xaos.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xaos.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xaos.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xaos.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/xaos.mo +share/locale/cs/LC_MESSAGES/xaos.mo +share/locale/de/LC_MESSAGES/xaos.mo +share/locale/es/LC_MESSAGES/xaos.mo +share/locale/fr/LC_MESSAGES/xaos.mo +share/locale/hu/LC_MESSAGES/xaos.mo @dirrm share/XaoS/tutorial @dirrm share/XaoS/help @dirrm share/XaoS/examples |