diff options
author | jlam <jlam@pkgsrc.org> | 2004-09-22 08:09:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-09-22 08:09:14 +0000 |
commit | 1a280185e19de3a6ae1eb2fa57138973b96b2348 (patch) | |
tree | ba20a3f8eae29ebaf5d20fc3c40ea75a7075749e /textproc/aspell | |
parent | 4dc2531aef68dd5fffc507fb1aa59ab8e14723fe (diff) | |
download | pkgsrc-1a280185e19de3a6ae1eb2fa57138973b96b2348.tar.gz |
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/PLIST | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/textproc/aspell/PLIST b/textproc/aspell/PLIST index 415a914461a..b881014a1b3 100644 --- a/textproc/aspell/PLIST +++ b/textproc/aspell/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/02/23 21:58:56 snj Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/09/22 08:09:54 jlam Exp $ bin/aspell bin/aspell-import bin/pspell-config @@ -6,16 +6,8 @@ bin/run-with-aspell bin/word-list-compress include/aspell.h include/pspell/pspell.h -lib/libaspell.a lib/libaspell.la -lib/libaspell.so -lib/libaspell.so.15 -lib/libaspell.so.15.3 -lib/libpspell.a lib/libpspell.la -lib/libpspell.so -lib/libpspell.so.15 -lib/libpspell.so.15.3 share/aspell/ASCII.dat share/aspell/cp1250.dat share/aspell/cp1251.dat |