summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorsoren <soren>1999-11-05 21:44:13 +0000
committersoren <soren>1999-11-05 21:44:13 +0000
commit6436262d7d016bade43ba5da5e49f4e7524a14ff (patch)
treea2ada44206523e7dc6a8e334e050650aec838c87 /textproc
parentafbfd632578c34973689ca824d9093e720b704d8 (diff)
downloadpkgsrc-6436262d7d016bade43ba5da5e49f4e7524a14ff.tar.gz
Workaround for IsoLatin2.enc not being publically readable
in the distribution archive.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/t1lib/Makefile3
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; \