summaryrefslogtreecommitdiff
path: root/print/teTeX
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1997-11-25 14:10:45 +0000
committeragc <agc@pkgsrc.org>1997-11-25 14:10:45 +0000
commit33cfcfc21aabd897c2b26847daaf6eb6647a0020 (patch)
tree1cff1ed83adbcc75b84beddf8e11783e64799f5d /print/teTeX
parent062bbc7e6709711af3f1b330dc8c5f85485f3c95 (diff)
downloadpkgsrc-33cfcfc21aabd897c2b26847daaf6eb6647a0020.tar.gz
Don't use csh expansions in a shell command.
Diffstat (limited to 'print/teTeX')
-rw-r--r--print/teTeX/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile
index 86a1f411e03..817634cc9b7 100644
--- a/print/teTeX/Makefile
+++ b/print/teTeX/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 December 1996
# Whom: Bernd Rosauer <br@schiele-ct.de>
#
-# $NetBSD: Makefile,v 1.2 1997/11/23 16:28:14 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1997/11/25 14:10:45 agc Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
#
@@ -55,8 +55,8 @@ post-install:
${INSTALL_INFO} ${PREFIX}/info/kpathsea.info ${PREFIX}/info/dir
${INSTALL_INFO} ${PREFIX}/info/dvips.info ${PREFIX}/info/dir
${INSTALL_INFO} ${PREFIX}/info/fontname.info ${PREFIX}/info/dir
- @find ${PREFIX}/share/texmf/fonts/{pk,tfm} -type d -print | \
- xargs chmod 1777
+ @find ${PREFIX}/share/texmf/fonts/pk ${PREFIX}/share/texmf/fonts/tfm \
+ -type d -print | xargs chmod 1777
@${SETENV} PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL
.include <bsd.port.mk>