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/xscreensaver | |
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/xscreensaver')
-rw-r--r-- | x11/xscreensaver/PLIST | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/x11/xscreensaver/PLIST b/x11/xscreensaver/PLIST index 07dc15263c9..48df8426a3c 100644 --- a/x11/xscreensaver/PLIST +++ b/x11/xscreensaver/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2005/07/21 10:43:23 tron Exp $ +@comment $NetBSD: PLIST,v 1.27 2006/04/17 07:07:54 jlam Exp $ bin/xscreensaver bin/xscreensaver-command bin/xscreensaver-getimage @@ -612,29 +612,29 @@ man/man1/xspirograph.1 man/man1/xsublim.1 man/man1/xteevee.1 man/man1/zoom.1 -${OLD_GETTEXT}${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/et/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/it/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/no/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xscreensaver.mo -${OLD_GETTEXT}${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/xscreensaver.mo -${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/xscreensaver.mo +${OLD_GETTEXT}share/locale/ca/LC_MESSAGES/xscreensaver.mo +share/locale/da/LC_MESSAGES/xscreensaver.mo +share/locale/de/LC_MESSAGES/xscreensaver.mo +share/locale/es/LC_MESSAGES/xscreensaver.mo +share/locale/et/LC_MESSAGES/xscreensaver.mo +share/locale/fi/LC_MESSAGES/xscreensaver.mo +share/locale/fr/LC_MESSAGES/xscreensaver.mo +share/locale/hu/LC_MESSAGES/xscreensaver.mo +share/locale/it/LC_MESSAGES/xscreensaver.mo +share/locale/ja/LC_MESSAGES/xscreensaver.mo +share/locale/ko/LC_MESSAGES/xscreensaver.mo +share/locale/nb/LC_MESSAGES/xscreensaver.mo +share/locale/nl/LC_MESSAGES/xscreensaver.mo +share/locale/no/LC_MESSAGES/xscreensaver.mo +share/locale/pl/LC_MESSAGES/xscreensaver.mo +share/locale/pt/LC_MESSAGES/xscreensaver.mo +${OLD_GETTEXT}share/locale/pt_BR/LC_MESSAGES/xscreensaver.mo +share/locale/ru/LC_MESSAGES/xscreensaver.mo +share/locale/sk/LC_MESSAGES/xscreensaver.mo +share/locale/sv/LC_MESSAGES/xscreensaver.mo +share/locale/vi/LC_MESSAGES/xscreensaver.mo +share/locale/wa/LC_MESSAGES/xscreensaver.mo +share/locale/zh_CN/LC_MESSAGES/xscreensaver.mo +share/locale/zh_TW/LC_MESSAGES/xscreensaver.mo @dirrm libexec/xscreensaver/config @dirrm libexec/xscreensaver |