diff options
Diffstat (limited to 'print/ja-ptex-share/Makefile')
-rw-r--r-- | print/ja-ptex-share/Makefile | 4 |
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 |