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 /mail/elmo | |
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 'mail/elmo')
-rw-r--r-- | mail/elmo/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/elmo/PLIST b/mail/elmo/PLIST index 78d3d1a98dd..7cf1e957c5d 100644 --- a/mail/elmo/PLIST +++ b/mail/elmo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/07/16 15:40:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:23 jlam Exp $ bin/elmo bin/elmoconf.pl man/man1/elmo.1 @@ -8,7 +8,7 @@ share/elmo/themes/80x25 share/elmo/themes/README share/elmo/themes/outlook share/elmo/tutorial -${PKGLOCALEDIR}/locale/de/LC_MESSAGES/elmo.mo -${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/elmo.mo +share/locale/de/LC_MESSAGES/elmo.mo +share/locale/pl/LC_MESSAGES/elmo.mo @dirrm share/elmo/themes @dirrm share/elmo |