diff options
Diffstat (limited to 'textproc/t1lib')
-rw-r--r-- | textproc/t1lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/t1lib/Makefile b/textproc/t1lib/Makefile index b6f1bc8edd7..fd2b32b791c 100644 --- a/textproc/t1lib/Makefile +++ b/textproc/t1lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/10/28 14:29:20 agc Exp $ +# $NetBSD: Makefile,v 1.5 1999/11/05 21:44:13 soren Exp $ # DISTNAME= t1lib-0.9.2 @@ -24,6 +24,7 @@ post-install: ${MKDIR} ${PREFIX}/share/t1lib cd ${WRKSRC}; \ ${PAX} -r -w Fonts ${PREFIX}/share/t1lib; \ + ${CHMOD} go+r ${PREFIX}/share/t1lib/Fonts/enc/IsoLatin2.enc; \ ${PAX} -r -w -s "/doc/t1lib/" doc ${PREFIX}/share/doc ${MKDIR} ${PREFIX}/share/examples/t1lib cd ${WRKSRC}/examples; \ |