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 | 1e1023e7be6a202fa56330531ec05c888415aba3 (patch) | |
tree | fa0759e867280d1f9b071388977357d1efd060f5 /misc/gperiodic | |
parent | 316906324f1a6e1130822b4f6d4b5905f9c60954 (diff) | |
download | pkgsrc-1e1023e7be6a202fa56330531ec05c888415aba3.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 'misc/gperiodic')
-rw-r--r-- | misc/gperiodic/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/gperiodic/PLIST b/misc/gperiodic/PLIST index 4860faf8720..393b9f4818a 100644 --- a/misc/gperiodic/PLIST +++ b/misc/gperiodic/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2003/12/14 12:38:30 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/17 07:07:25 jlam Exp $ bin/gperiodic share/gnome/apps/Applications/gperiodic.desktop -${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gperiodic.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gperiodic.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gperiodic.mo -${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gperiodic.mo -${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gperiodic.mo +share/locale/da/LC_MESSAGES/gperiodic.mo +share/locale/fr/LC_MESSAGES/gperiodic.mo +share/locale/pl/LC_MESSAGES/gperiodic.mo +share/locale/sv/LC_MESSAGES/gperiodic.mo +share/locale/tr/LC_MESSAGES/gperiodic.mo share/pixmaps/gperiodic.png share/pixmaps/gperiodic-crystal.png |