aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/vfxdvi300
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-12-03 21:08:20 +0800
committerobrien <obrien@FreeBSD.org>1996-12-03 21:08:20 +0800
commit107285ce7052214a10573004f5efd886c5d23bdc (patch)
tree79384ae458d9e6afbe6f3bca86456122065395a5 /japanese/vfxdvi300
parent6a11607a5be7b1dc2061c557318c2d7eb654cd11 (diff)
downloadfreebsd-ports-gnome-107285ce7052214a10573004f5efd886c5d23bdc.tar.gz
freebsd-ports-gnome-107285ce7052214a10573004f5efd886c5d23bdc.tar.zst
freebsd-ports-gnome-107285ce7052214a10573004f5efd886c5d23bdc.zip
mkdir --> ${MKDIR} cp -->${CP}
Diffstat (limited to 'japanese/vfxdvi300')
-rw-r--r--japanese/vfxdvi300/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vfxdvi300/Makefile b/japanese/vfxdvi300/Makefile
index 2bc610c62de2..2bffbd72a63a 100644
--- a/japanese/vfxdvi300/Makefile
+++ b/japanese/vfxdvi300/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.2 1996/11/11 10:13:07 max Exp $
+# $Id: Makefile,v 1.3 1996/12/03 04:07:10 asami Exp $
#
DISTNAME= xdvi-17
@@ -61,7 +61,7 @@ pre-patch:
${PATCH} < ${FILESDIR}/xdvi18.vflib.patch.of.patch >/dev/null 2>&1; \
gzip -d xdvi-17+ptex.fixed.patch.gz ; \
${PATCH} < ${FILESDIR}/xdvi-17+ptex.fixed.patch.of.patch >/dev/null 2>&1; \
- mkdir tmp; \
+ ${MKDIR} tmp; \
cd tmp; \
${PATCH} -f < ../xdvi18.vflib.patch >/dev/null 2>&1; \
cd .. ; \