diff options
author | steve <steve@FreeBSD.org> | 1998-07-20 18:51:39 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-20 18:51:39 +0000 |
commit | 93bdb2ed454411e18dfd3165b94db6fb0aa45678 (patch) | |
tree | ca9f0f856e5c94f1cf36067f95076eea1565d562 | |
parent | edac552b182384ad3450bd26cc398cc651e6c411 (diff) | |
download | FreeBSD-ports-93bdb2ed454411e18dfd3165b94db6fb0aa45678.zip FreeBSD-ports-93bdb2ed454411e18dfd3165b94db6fb0aa45678.tar.gz |
Add another MASTER_SITE so that this fetch's again.
Noticed by: FreeBSD's newlywed - Satoshi Asami
-rw-r--r-- | editors/gxedit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 122eb37..a6ad6cd 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -3,21 +3,20 @@ # Date created: 01 Jul 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id: Makefile,v 1.5 1998/07/20 03:17:55 steve Exp $ +# $Id: Makefile,v 1.6 1998/07/20 15:24:31 asami Exp $ # DISTNAME= GXedit1.07 PKGNAME= gxedit-1.07 CATEGORIES= editors -MASTER_SITES= http://devplanet.fastethernet.net/ +MASTER_SITES= http://devplanet.fastethernet.net/mirrors/GXedit/ \ + http://devplanet.fastethernet.net/ EXTRACT_SUFX= .tar MAINTAINER= dom@myrddin.demon.co.uk LIB_DEPENDS= gtk\\.1\\.4:${PORTSDIR}/x11/gtk -BROKEN= fetch - EXTRACT_BEFORE_ARGS= -xf USE_X11= yes |