pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/ja-ptex-share Add missing semicolon in previous.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef5ef3043db6
branches: trunk
changeset: 506812:ef5ef3043db6
user: hira <hira%pkgsrc.org@localhost>
date: Sun Jan 22 09:12:52 2006 +0000
description:
Add missing semicolon in previous.
diffstat:
print/ja-ptex-share/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 780f931c908f -r ef5ef3043db6 print/ja-ptex-share/Makefile
--- a/print/ja-ptex-share/Makefile Sun Jan 22 08:45:05 2006 +0000
+++ b/print/ja-ptex-share/Makefile Sun Jan 22 09:12:52 2006 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index