diff options
author | thierry <thierry@FreeBSD.org> | 2006-08-07 05:05:14 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-08-07 05:05:14 +0800 |
commit | 0731e3d2ec4070a71c477b351bf1a74762a1d05c (patch) | |
tree | 5dc4c012039c164c68b8d883b5e5adc41d98100e /textproc/aspell | |
parent | 3ec51581af78195acf04a01ed94ab07365921605 (diff) | |
download | freebsd-ports-gnome-0731e3d2ec4070a71c477b351bf1a74762a1d05c.tar.gz freebsd-ports-gnome-0731e3d2ec4070a71c477b351bf1a74762a1d05c.tar.zst freebsd-ports-gnome-0731e3d2ec4070a71c477b351bf1a74762a1d05c.zip |
- s/INSTALLS_SHLIB/USE_LDCONFIG/, although not yet recognized by
portlint;
- deinstall share/locale/sl, which is not defined in
/etc/mtree/BSD.local.dist.
PR: ports/101497
Submitted by: Stanislav Sedov <ssedov (at) mbsd.msk.ru>
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 2 | ||||
-rw-r--r-- | textproc/aspell/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 9ce6556fb99d..0e0ddd7cd7d5 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -33,7 +33,7 @@ USE_GMAKE= yes USE_ICONV= yes USE_GETTEXT= yes USE_PERL5_BUILD= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SLAVEDIRS= textproc/aspell-without-dicten diff --git a/textproc/aspell/pkg-plist b/textproc/aspell/pkg-plist index 6f530105f193..3af53ad037ee 100644 --- a/textproc/aspell/pkg-plist +++ b/textproc/aspell/pkg-plist @@ -120,6 +120,8 @@ lib/libpspell.so.16 %%NLS%%@dirrmtry share/locale/rw %%NLS%%@dirrmtry share/locale/ro/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ro +%%NLS%%@dirrmtry share/locale/sl/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sl %%NLS%%@dirrmtry share/locale/sr/LC_MESSAGES %%NLS%%@dirrmtry share/locale/sr %%NLS%%@dirrmtry share/locale/tg/LC_MESSAGES |