summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2006-01-22 09:12:52 +0000
committerhira <hira@pkgsrc.org>2006-01-22 09:12:52 +0000
commitae2a45a3ac1b363cee8c7c15366adad12126249d (patch)
treeb6e9701731be9be2bad22a95666945c5729672b6 /print
parent917011e83647ca2496db287c5571ea38ed52d997 (diff)
downloadpkgsrc-ae2a45a3ac1b363cee8c7c15366adad12126249d.tar.gz
Add missing semicolon in previous.
Diffstat (limited to 'print')
-rw-r--r--print/ja-ptex-share/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ja-ptex-share/Makefile b/print/ja-ptex-share/Makefile
index 476ba519818..7bdd38f5847 100644
--- a/print/ja-ptex-share/Makefile
+++ b/print/ja-ptex-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/01/22 08:45:05 hira Exp $
+# $NetBSD: Makefile,v 1.17 2006/01/22 09:12:52 hira Exp $
DISTNAME= ptex-texmf-2.1
PKGNAME= ja-ptex-share-2.1
@@ -36,7 +36,7 @@ do-install:
cd ${TEXMFLOCAL}/fonts; \
for f in jis nmin-ngoth standard morisawa; do \
extract_file=${_DISTDIR:Q}/$$f${EXTRACT_SUFX}; \
- ${EXTRACT_CMD} \
+ ${EXTRACT_CMD}; \
${MV} ${TEXMFLOCAL}/fonts/$$f/tfm ${TEXMFLOCAL}/fonts/tfm/$$f; \
${MV} ${TEXMFLOCAL}/fonts/$$f/vf ${TEXMFLOCAL}/fonts/vf/$$f; \
done