summaryrefslogtreecommitdiff
path: root/japanese/groff
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/groff
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/groff')
-rw-r--r--japanese/groff/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile
index 13592b735bc2..793a21d3e397 100644
--- a/japanese/groff/Makefile
+++ b/japanese/groff/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
-# $Id: Makefile,v 1.2 1995/05/02 09:27:06 asami Exp $
+# $Id: Makefile,v 1.3 1995/05/02 10:36:11 asami Exp $
#
DISTNAME= groff-1.09
@@ -18,6 +18,11 @@ PATCHFILES= jgroff-0.98.diff.gz
DISTPATCHES= 950414.01.Z 950414.02.Z
PATCH_DIST_STRIP= -p1
+USE_GMAKE= yes
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=/usr/local
+
+.if !defined(MASTER_SITE_OVERRIDE)
pre-fetch:
@(cd ${DISTDIR}; \
if [ ! -f ${PATCHFILES} ]; then \
@@ -33,9 +38,6 @@ pre-fetch:
sed '/^END -----/,/^BEGIN ----/d' | uudecode; \
rm -f ${DISTPATCHES};\
fi)
-
-USE_GMAKE= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=/usr/local
+.endif
.include <bsd.port.mk>