diff options
author | asami <asami@FreeBSD.org> | 1997-12-27 10:53:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-27 10:53:26 +0800 |
commit | ce2bf2613bbb6ca0767fed716e63b9a551832e3c (patch) | |
tree | 013050bc1a823f9aace16fc9ce8bbb174e71e680 /editors/xemacs-devel | |
parent | ca379f7c60a2e9e423842322193df320af398eb7 (diff) | |
download | freebsd-ports-gnome-ce2bf2613bbb6ca0767fed716e63b9a551832e3c.tar.gz freebsd-ports-gnome-ce2bf2613bbb6ca0767fed716e63b9a551832e3c.tar.zst freebsd-ports-gnome-ce2bf2613bbb6ca0767fed716e63b9a551832e3c.zip |
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.
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/Makefile | 7 | ||||
-rw-r--r-- | editors/xemacs-devel/distinfo | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index ed0733a8e59c..7a4283153dac 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -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 diff --git a/editors/xemacs-devel/distinfo b/editors/xemacs-devel/distinfo index 48b4da5d7751..40250ad9453f 100644 --- a/editors/xemacs-devel/distinfo +++ b/editors/xemacs-devel/distinfo @@ -1 +1,2 @@ MD5 (xemacs-20.3.tar.gz) = ed193827ffa1218ffc498fb019be405c +MD5 (xemacs-20.3-mule.tar.gz) = 0f0dcf6eece0601c20d9cef24d2074fc |