summaryrefslogtreecommitdiff
path: root/print/ja-ptex-share
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2006-01-22 08:45:05 +0000
committerhira <hira@pkgsrc.org>2006-01-22 08:45:05 +0000
commit917011e83647ca2496db287c5571ea38ed52d997 (patch)
treedb6a06f5779d72a65d7c190ca1b26bea7125c3eb /print/ja-ptex-share
parent71e51a8db755e14f2334c32671ed3e4acfd37570 (diff)
downloadpkgsrc-917011e83647ca2496db287c5571ea38ed52d997.tar.gz
Adapt to recent bsd.pkg.extract.mk changes.
Diffstat (limited to 'print/ja-ptex-share')
-rw-r--r--print/ja-ptex-share/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ja-ptex-share/Makefile b/print/ja-ptex-share/Makefile
index ce22b386086..476ba519818 100644
--- a/print/ja-ptex-share/Makefile
+++ b/print/ja-ptex-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/01/08 14:00:12 tonio Exp $
+# $NetBSD: Makefile,v 1.16 2006/01/22 08:45:05 hira Exp $
DISTNAME= ptex-texmf-2.1
PKGNAME= ja-ptex-share-2.1
@@ -32,11 +32,11 @@ do-install:
${INSTALL_DATA_DIR} ${TEXMFLOCAL}
cd ${TEXMFLOCAL}; \
extract_file=${_DISTDIR:Q}/${DISTNAME:Q}${EXTRACT_SUFX}; \
- ${EXTRACT_CMD${EXTRACT_SUFX}}
+ ${EXTRACT_CMD}
cd ${TEXMFLOCAL}/fonts; \
for f in jis nmin-ngoth standard morisawa; do \
extract_file=${_DISTDIR:Q}/$$f${EXTRACT_SUFX}; \
- ${EXTRACT_CMD${EXTRACT_SUFX}}; \
+ ${EXTRACT_CMD} \
${MV} ${TEXMFLOCAL}/fonts/$$f/tfm ${TEXMFLOCAL}/fonts/tfm/$$f; \
${MV} ${TEXMFLOCAL}/fonts/$$f/vf ${TEXMFLOCAL}/fonts/vf/$$f; \
done