From 65d08227c860d8f73cc00c1c4dbadfcd7cf4aeb3 Mon Sep 17 00:00:00 2001 From: soren Date: Fri, 5 Nov 1999 21:44:13 +0000 Subject: Workaround for IsoLatin2.enc not being publically readable in the distribution archive. --- textproc/t1lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/t1lib') 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; \ -- cgit v1.2.3