diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-06 09:29:25 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-06 09:29:25 +0000 |
commit | 7fdbf17d2784a75a60646a762c70999749cf5854 (patch) | |
tree | 3b43dd45a503e61aa2a94c2095f1fd20d3785b45 | |
parent | Current maintainer states that they no longer use this port and requests (diff) |
Fix plist.
Reported by: <http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html>.
Notes
Notes:
svn path=/head/; revision=123293
-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 e444c753dd93..ab50ed9b85ac 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 |