diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-20 18:51:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-20 18:51:39 +0000 |
commit | e14ec98a4164638420d8979f6ea97e80dfdbd84c (patch) | |
tree | 845edd02e0f03f2fa20342a00e246fccb39956a2 /editors/gxedit/Makefile | |
parent | Un-BROKEN-ify this port by upgrading to 1.8.0; the distfile for (diff) |
Add another MASTER_SITE so that this fetch's again.
Noticed by: FreeBSD's newlywed - Satoshi Asami
Notes
Notes:
svn path=/head/; revision=12024
Diffstat (limited to 'editors/gxedit/Makefile')
-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 122eb3726379..a6ad6cd54771 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 |