aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1994-11-26 23:07:02 +0000
committerAndreas Schulz <ats@FreeBSD.org>1994-11-26 23:07:02 +0000
commit7707dae37cd98018660d0a03e6ca07d64c14e194 (patch)
tree5aaeecdeba5a887a08caf322f9ff72ba01b553ad /textproc
parent2559ca5f6a16953f95c59f28cfa8221152398467 (diff)
downloadports-7707dae37cd98018660d0a03e6ca07d64c14e194.tar.gz
ports-7707dae37cd98018660d0a03e6ca07d64c14e194.zip
Put in an override rule for the patch site, if MASTER_SITE_OVERRIDE is set.
Notes
Notes: svn path=/head/; revision=512
Diffstat (limited to 'textproc')
-rw-r--r--textproc/coco/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile
index 5289a380a59e..5e8f35fb7e41 100644
--- a/textproc/coco/Makefile
+++ b/textproc/coco/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.1.1.1 1994/11/22 23:59:13 asami Exp $
+# $Id: Makefile,v 1.2 1994/11/24 00:08:17 asami Exp $
#
DISTNAME= mule-2.1
@@ -16,7 +16,11 @@ CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} --with-x-toolkit \
--wnn-includes=/usr/X11R6/include/wnn --terminal-face
WRKSRC= ${WRKDIR}/emacs-19.27
PATCHFILES= diff-19.27-2.1.gz
+.if !defined(MASTER_SITE_OVERRIDE)
PATCHSITE= sh.wide.ad.jp:/JAPAN/mule/
+.else
+PATCHSITE= ${MASTER_SITE_OVERRIDE}
+.endif
DEPENDS= ${PORTSDIR}/utils/Wnn
pre-fetch: