summaryrefslogtreecommitdiff
path: root/japanese/mule-wnn7
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1994-12-23 06:56:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1994-12-23 06:56:00 +0000
commit259557dab0fa2f356ecaf58430ed99aa4a80c549 (patch)
tree0066f96c6299ed9260f7e4b523dd9b7bdb59a81b /japanese/mule-wnn7
parentEnabled 'LaTeX' by default and fixed up the install rules for the latex (diff)
Fetch patch file into $DISTDIR directly instead of current dir.
Notes
Notes: svn path=/head/; revision=603
Diffstat (limited to 'japanese/mule-wnn7')
-rw-r--r--japanese/mule-wnn7/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/mule-wnn7/Makefile b/japanese/mule-wnn7/Makefile
index 3dec4421b1f9..9110db049aa5 100644
--- a/japanese/mule-wnn7/Makefile
+++ b/japanese/mule-wnn7/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.3 1994/11/26 23:07:02 ats Exp $
+# $Id: Makefile,v 1.4 1994/11/27 03:40:09 asami Exp $
#
DISTNAME= mule-2.1
@@ -27,13 +27,13 @@ PREBUILD_COOKIE= ${.CURDIR}/work/.prebuild_done
pre-fetch:
@if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi
- @for file in ${PATCHFILES}; do \
- if [ ! -f ${DISTDIR}/$$file ]; then \
+ @(cd ${DISTDIR}; \
+ for file in ${PATCHFILES}; do \
+ if [ ! -f $$file ]; then \
echo ">> Fetching patch $$file from remote site..."; \
- ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file \
- && mv $$file ${DISTDIR}; \
+ ${NCFTP} ${NCFTPFLAGS} ${PATCHSITE}$$file; \
fi \
- done
+ done)
pre-patch: ${PREPATCH_COOKIE}