Make the USE_MULE variable work (the mule distfile was separated).

I know some people are working on splitting this port up, so this
is just a stop-gap solution until then.

Also remove the extra "\" at the end of the last master site.
This commit is contained in:
Satoshi Asami 1997-12-27 02:53:26 +00:00
parent e652383bdb
commit 8d985e1922
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9196
8 changed files with 20 additions and 12 deletions

View file

@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
# $Id: Makefile,v 1.4 1997/11/18 20:41:44 gj Exp $
# $Id: Makefile,v 1.5 1997/12/15 20:07:20 gj Exp $
#
DISTNAME= xemacs-20.3
@ -16,8 +16,8 @@ MASTER_SITES= \
ftp://ftp.lab.kdd.co.jp/xemacs/${DISTNAME}/ \
ftp://ftp.th-darmstadt.de:/pub/editors/xemacs/${DISTNAME}/ \
ftp://SunSITE.sut.ac.jp/pub/archives/xemacs/${DISTNAME}/ \
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/${DISTNAME}/ \
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/${DISTNAME}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE}
MAINTAINER= me@FreeBSD.org
@ -45,6 +45,7 @@ pre-configure:
.if defined(USE_MULE)
WITH_MULE= --with-mule
MULEDISTFILE= ${DISTNAME}-mule.tar.gz
.endif
# hack to avoid shipping binaries linked with Motif

View file

@ -1 +1,2 @@
MD5 (xemacs-20.3.tar.gz) = ed193827ffa1218ffc498fb019be405c
MD5 (xemacs-20.3-mule.tar.gz) = 0f0dcf6eece0601c20d9cef24d2074fc

View file

@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
# $Id: Makefile,v 1.4 1997/11/18 20:41:44 gj Exp $
# $Id: Makefile,v 1.5 1997/12/15 20:07:20 gj Exp $
#
DISTNAME= xemacs-20.3
@ -16,8 +16,8 @@ MASTER_SITES= \
ftp://ftp.lab.kdd.co.jp/xemacs/${DISTNAME}/ \
ftp://ftp.th-darmstadt.de:/pub/editors/xemacs/${DISTNAME}/ \
ftp://SunSITE.sut.ac.jp/pub/archives/xemacs/${DISTNAME}/ \
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/${DISTNAME}/ \
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/${DISTNAME}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE}
MAINTAINER= me@FreeBSD.org
@ -45,6 +45,7 @@ pre-configure:
.if defined(USE_MULE)
WITH_MULE= --with-mule
MULEDISTFILE= ${DISTNAME}-mule.tar.gz
.endif
# hack to avoid shipping binaries linked with Motif

View file

@ -1 +1,2 @@
MD5 (xemacs-20.3.tar.gz) = ed193827ffa1218ffc498fb019be405c
MD5 (xemacs-20.3-mule.tar.gz) = 0f0dcf6eece0601c20d9cef24d2074fc

View file

@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
# $Id: Makefile,v 1.4 1997/11/18 20:41:44 gj Exp $
# $Id: Makefile,v 1.5 1997/12/15 20:07:20 gj Exp $
#
DISTNAME= xemacs-20.3
@ -16,8 +16,8 @@ MASTER_SITES= \
ftp://ftp.lab.kdd.co.jp/xemacs/${DISTNAME}/ \
ftp://ftp.th-darmstadt.de:/pub/editors/xemacs/${DISTNAME}/ \
ftp://SunSITE.sut.ac.jp/pub/archives/xemacs/${DISTNAME}/ \
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/${DISTNAME}/ \
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/${DISTNAME}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE}
MAINTAINER= me@FreeBSD.org
@ -45,6 +45,7 @@ pre-configure:
.if defined(USE_MULE)
WITH_MULE= --with-mule
MULEDISTFILE= ${DISTNAME}-mule.tar.gz
.endif
# hack to avoid shipping binaries linked with Motif

View file

@ -1 +1,2 @@
MD5 (xemacs-20.3.tar.gz) = ed193827ffa1218ffc498fb019be405c
MD5 (xemacs-20.3-mule.tar.gz) = 0f0dcf6eece0601c20d9cef24d2074fc

View file

@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
# $Id: Makefile,v 1.4 1997/11/18 20:41:44 gj Exp $
# $Id: Makefile,v 1.5 1997/12/15 20:07:20 gj Exp $
#
DISTNAME= xemacs-20.3
@ -16,8 +16,8 @@ MASTER_SITES= \
ftp://ftp.lab.kdd.co.jp/xemacs/${DISTNAME}/ \
ftp://ftp.th-darmstadt.de:/pub/editors/xemacs/${DISTNAME}/ \
ftp://SunSITE.sut.ac.jp/pub/archives/xemacs/${DISTNAME}/ \
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/${DISTNAME}/ \
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/${DISTNAME}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE}
MAINTAINER= me@FreeBSD.org
@ -45,6 +45,7 @@ pre-configure:
.if defined(USE_MULE)
WITH_MULE= --with-mule
MULEDISTFILE= ${DISTNAME}-mule.tar.gz
.endif
# hack to avoid shipping binaries linked with Motif

View file

@ -1 +1,2 @@
MD5 (xemacs-20.3.tar.gz) = ed193827ffa1218ffc498fb019be405c
MD5 (xemacs-20.3-mule.tar.gz) = 0f0dcf6eece0601c20d9cef24d2074fc