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 /shells | |
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 'shells')
-rw-r--r-- | shells/bash/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash/PLIST b/shells/bash/PLIST index 634e059d94d..9a2fec93ee2 100644 --- a/shells/bash/PLIST +++ b/shells/bash/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2006/03/30 03:44:44 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:07:33 jlam Exp $ bin/bash bin/bashbug info/bash.info man/man1/bash.1 man/man1/bashbug.1 -${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/bash.mo -${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/bash.mo +share/locale/en@boldquot/LC_MESSAGES/bash.mo +share/locale/en@quot/LC_MESSAGES/bash.mo |