diff options
author | kris <kris@FreeBSD.org> | 2004-12-20 06:25:32 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-20 06:25:32 +0000 |
commit | 02989e2437fbb92bec09872e24565f5258738d6c (patch) | |
tree | fe4b8882b203329c780131256607631f3c9982f1 /textproc/aspell | |
parent | 250c4112863bc910c426644f3d19dc3a2974d3b7 (diff) | |
download | FreeBSD-ports-02989e2437fbb92bec09872e24565f5258738d6c.zip FreeBSD-ports-02989e2437fbb92bec09872e24565f5258738d6c.tar.gz |
Don't remove system locale directories (not listed in the relevant
BSD.*.dist), but do remove locale directories that are not listed
there. Moreover, don't try to unconditionally @dirrm these
directories since they're shared with other ports and are likely to
still be in use.
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/pkg-plist | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index 0e6f1f4..6223cd9 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -107,10 +107,6 @@ lib/libpspell.so.16 %%NLS%%@unexec rmdir %D/share/locale/be 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%NLS%%@unexec rmdir %D/share/locale/ga/LC_MESSAGES 2>/dev/null || true -%%NLS%%@unexec rmdir %D/share/locale/ga 2>/dev/null || true -%%NLS%%@unexec rmdir %D/share/locale/mn/LC_MESSAGES 2>/dev/null || true -%%NLS%%@unexec rmdir %D/share/locale/mn 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/pt 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true @@ -121,5 +117,3 @@ lib/libpspell.so.16 %%NLS%%@unexec rmdir %D/share/locale/tg 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true %%NLS%%@unexec rmdir %D/share/locale/uk 2>/dev/null || true -%%NLS%%@unexec rmdir %D/share/locale/wa/LC_MESSAGES 2>/dev/null || true -%%NLS%%@unexec rmdir %D/share/locale/wa 2>/dev/null || true |