diff options
author | ats <ats@FreeBSD.org> | 1994-11-27 07:07:02 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-27 07:07:02 +0800 |
commit | c40279f16b232fef9572d503b51c39322f5e4604 (patch) | |
tree | 8b027fb5c179747cc8c76ebbc09193d9108b6b53 /textproc/coco | |
parent | 122bd7b74f2e4e56a364f45f7aa6229171f8e790 (diff) | |
download | freebsd-ports-gnome-c40279f16b232fef9572d503b51c39322f5e4604.tar.gz freebsd-ports-gnome-c40279f16b232fef9572d503b51c39322f5e4604.tar.zst freebsd-ports-gnome-c40279f16b232fef9572d503b51c39322f5e4604.zip |
Put in an override rule for the patch site, if MASTER_SITE_OVERRIDE is set.
Diffstat (limited to 'textproc/coco')
-rw-r--r-- | textproc/coco/Makefile | 6 |
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: |