diff options
author | soren <soren@pkgsrc.org> | 1999-11-05 21:44:13 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 1999-11-05 21:44:13 +0000 |
commit | 65d08227c860d8f73cc00c1c4dbadfcd7cf4aeb3 (patch) | |
tree | a2ada44206523e7dc6a8e334e050650aec838c87 | |
parent | 8788f1831d263508a6fb339ae4a57ac978290ac3 (diff) | |
download | pkgsrc-65d08227c860d8f73cc00c1c4dbadfcd7cf4aeb3.tar.gz |
Workaround for IsoLatin2.enc not being publically readable
in the distribution archive.
-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; \ |