diff options
author | stas <stas@FreeBSD.org> | 2007-01-02 22:47:18 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-01-02 22:47:18 +0000 |
commit | f925fbd20e6da935ff62dca29ba11634b49a47ed (patch) | |
tree | 10e11cce79234d02851b8f8db8bc163f18e876a3 /shells | |
parent | e85cb1121e3a3839697615408de97ff458e0014e (diff) | |
download | FreeBSD-ports-f925fbd20e6da935ff62dca29ba11634b49a47ed.zip FreeBSD-ports-f925fbd20e6da935ff62dca29ba11634b49a47ed.tar.gz |
- Fix pkg-plist.
Approved by: maintainer timeout (5 months)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/pkg-plist | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shells/bash/pkg-plist b/shells/bash/pkg-plist index 153c903..7ed7511 100644 --- a/shells/bash/pkg-plist +++ b/shells/bash/pkg-plist @@ -3,8 +3,6 @@ bin/bash bin/bashbug %%NLS%%share/locale/en@boldquot/LC_MESSAGES/bash.mo %%NLS%%share/locale/en@quot/LC_MESSAGES/bash.mo -@comment gettext owns share/locale/en@boldquot/LC_MESSAGES -@comment gettext owns share/locale/en@quot/LC_MESSAGES %%HELP%%%%DATADIR%%/alias %%HELP%%%%DATADIR%%/arith %%HELP%%%%DATADIR%%/arith_for @@ -78,3 +76,7 @@ bin/bashbug %%HELP%%%%DATADIR%%/wait %%HELP%%%%DATADIR%%/while %%HELP%%@dirrm %%DATADIR%% +%%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/en@boldquot +%%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/en@quot |