diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-06 09:29:25 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-06 09:29:25 +0000 |
commit | aeffef5595b4afc0540982b1e2102f757c32e01a (patch) | |
tree | 6491e624c9fc8a5166bb418491ebc72dcac1fa97 /textproc/aspell | |
parent | 25e9901333958486493b5b5e34a4e72c81c4b923 (diff) | |
download | FreeBSD-ports-aeffef5595b4afc0540982b1e2102f757c32e01a.zip FreeBSD-ports-aeffef5595b4afc0540982b1e2102f757c32e01a.tar.gz |
Fix plist.
Reported by: <http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html>.
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index e444c75..ab50ed9 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -109,6 +109,7 @@ lib/libpspell.so.16 %%NLS%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/da/LC_MESSAGES 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true +%%NLS%%@unexec rmdir %D/share/locale/en_GB/LC_MESSAGES 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/ga/LC_MESSAGES 2>/dev/null || true |