summaryrefslogtreecommitdiff
path: root/japanese/gawk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-29 08:39:34 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-29 08:39:34 +0000
commit08603c414ac4897bbac15ed386248f4a9c0357a6 (patch)
tree2ab6782d43d65891c676fa2052e207c88d4aeece /japanese/gawk
parentForgot a $ sign in the previous commit of the patch file. (diff)
Protect the pre-fetch: target with .if !defined(MASTER_SITE_OVERRIDE),
because this master site should already have the tarball, not the uuencoded pieces. Submitted by: Andreas Schulz <ats@freebsd.first.gmd.de>
Notes
Notes: svn path=/head/; revision=1800
Diffstat (limited to 'japanese/gawk')
-rw-r--r--japanese/gawk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/gawk/Makefile b/japanese/gawk/Makefile
index 520c7428ce65..e6518f1af0c2 100644
--- a/japanese/gawk/Makefile
+++ b/japanese/gawk/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
-# $Id: Makefile,v 1.4 1995/05/08 22:50:56 asami Exp $
+# $Id: Makefile,v 1.5 1995/05/09 05:41:41 asami Exp $
#
DISTNAME= gawk-2.15.6
@@ -25,6 +25,7 @@ DISTPATCHES= 950503.01.Z 950503.02.Z 950503.03.Z 950503.04.Z
# DISTPATCHES= 372.gz 373.gz 374.gz 375.gz
PATCH_DIST_STRIP= -p1
+.if !defined(MASTER_SITE_OVERRIDE)
pre-fetch:
@(cd ${DISTDIR}; \
if [ ! -f ${PATCHFILES} ]; then \
@@ -40,5 +41,6 @@ pre-fetch:
sed -e '1,/-----8</d' -e '/-----8</,/-----8</d' | uudecode; \
rm -f ${DISTPATCHES};\
fi)
+.endif
.include <bsd.port.mk>