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 /time/xfce4-datetime-plugin | |
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 'time/xfce4-datetime-plugin')
-rw-r--r-- | time/xfce4-datetime-plugin/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/time/xfce4-datetime-plugin/PLIST b/time/xfce4-datetime-plugin/PLIST index a2d3e357114..bcf23e48c3f 100644 --- a/time/xfce4-datetime-plugin/PLIST +++ b/time/xfce4-datetime-plugin/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2004/10/08 06:23:08 martti Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:36 jlam Exp $ lib/xfce4/panel-plugins/libdatetime.la -${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/xfce4-datetime.mo -${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xfce4-datetime.mo -${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/xfce4-datetime.mo +share/locale/ca/LC_MESSAGES/xfce4-datetime.mo +share/locale/fr/LC_MESSAGES/xfce4-datetime.mo +share/locale/ko/LC_MESSAGES/xfce4-datetime.mo |