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 /fonts/t1lib | |
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 'fonts/t1lib')
-rw-r--r-- | fonts/t1lib/PLIST | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/fonts/t1lib/PLIST b/fonts/t1lib/PLIST index 7135648cc08..483d16967df 100644 --- a/fonts/t1lib/PLIST +++ b/fonts/t1lib/PLIST @@ -1,18 +1,10 @@ -@comment $NetBSD: PLIST,v 1.7 2004/04/15 14:14:34 minskim Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/09/22 08:09:31 jlam Exp $ bin/type1afm bin/xglyph include/t1lib.h include/t1libx.h -lib/libt1.a lib/libt1.la -lib/libt1.so -lib/libt1.so.5 -lib/libt1.so.5.2 -lib/libt1x.a lib/libt1x.la -lib/libt1x.so -lib/libt1x.so.5 -lib/libt1x.so.5.2 share/doc/${PKGBASE}/Makefile share/doc/${PKGBASE}/Makefile.in share/doc/${PKGBASE}/Tee.eps |