diff options
author | reed <reed@pkgsrc.org> | 2005-09-07 17:46:28 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-09-07 17:46:28 +0000 |
commit | 20bf0971ae1521034382305a1724608f1be8c0d8 (patch) | |
tree | 1bc7a277b1c1b72c35f0bfa1a3351866ad25c442 /fonts | |
parent | 496c706535f6064643c32019844cbba04baaa923 (diff) | |
download | pkgsrc-20bf0971ae1521034382305a1724608f1be8c0d8.tar.gz |
Add missing doc files to PLIST.
And also do not "remove any rendered docs as well".
Bump PKGREVISION.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/t1lib/Makefile | 4 | ||||
-rw-r--r-- | fonts/t1lib/PLIST | 20 |
2 files changed, 19 insertions, 5 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index 4edeaaaa9b4..c3aea3bbf50 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2005/08/19 15:51:48 drochner Exp $ +# $NetBSD: Makefile,v 1.25 2005/09/07 17:46:28 reed Exp $ DISTNAME= t1lib-5.1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts devel graphics MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/graphics/} diff --git a/fonts/t1lib/PLIST b/fonts/t1lib/PLIST index bd16d427eb6..15203d316ae 100644 --- a/fonts/t1lib/PLIST +++ b/fonts/t1lib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2005/08/04 09:57:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.10 2005/09/07 17:46:28 reed Exp $ bin/type1afm bin/xglyph include/t1lib.h @@ -56,6 +56,20 @@ share/doc/${PKGBASE}/type1afm.tex share/doc/${PKGBASE}/ut1lib.tex share/doc/${PKGBASE}/xglyph.tex share/doc/${PKGBASE}/xinterface.tex +share/doc/${PKGBASE}/t1dump/t1dump_o.eps +share/doc/${PKGBASE}/t1dump/t1dump_B.pdf +share/doc/${PKGBASE}/t1dump/t1dump_eight.eps +share/doc/${PKGBASE}/t1dump/parallelpath_sk.pdf +share/doc/${PKGBASE}/t1dump/t1dump_eight.pdf +share/doc/${PKGBASE}/t1dump/t1dump_o.pdf +share/doc/${PKGBASE}/t1dump/t1dump_t_1.pdf +share/doc/${PKGBASE}/t1dump/t1dump_t_2.pdf +share/doc/${PKGBASE}/t1dump/parallelpath.eps +share/doc/${PKGBASE}/t1dump/t1dump_t_1.eps +share/doc/${PKGBASE}/t1dump/t1dump_t_2.eps +share/doc/${PKGBASE}/t1dump/parallelpath_sk.eps +share/doc/${PKGBASE}/t1dump/t1dump_B.eps +share/doc/${PKGBASE}/t1dump/parallelpath_sk.sk share/examples/${PKGBASE}/FontDataBase share/examples/${PKGBASE}/t1example1.c share/examples/${PKGBASE}/t1lib.config @@ -86,11 +100,11 @@ share/${PKGBASE}/Fonts/type1/dcbxti10.pfb share/${PKGBASE}/Fonts/type1/dcr10.pfb share/${PKGBASE}/Fonts/type1/dcti10.pfb share/${PKGBASE}/Fonts/type1/eufm10.pfb +@dirrm share/doc/${PKGBASE}/t1dump +@dirrm share/doc/${PKGBASE} @dirrm share/${PKGBASE}/Fonts/type1 @dirrm share/${PKGBASE}/Fonts/enc @dirrm share/${PKGBASE}/Fonts/afm @dirrm share/${PKGBASE}/Fonts @dirrm share/${PKGBASE} @dirrm share/examples/${PKGBASE} -@comment remove any rendered docs as well -@unexec ${RM} -rf %D/share/doc/${PKGBASE} || ${TRUE} |