diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-07-31 15:39:37 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-07-31 15:39:37 +0000 |
commit | 9a6168a1b88b6a2aed294e10fab645636c1710c4 (patch) | |
tree | 2c67e85cd8fb1b030396751e17d671ba047b6621 /editors | |
parent | dba35073990909fe52b8afbb6cc11cd6681375b1 (diff) | |
download | ports-9a6168a1b88b6a2aed294e10fab645636c1710c4.tar.gz ports-9a6168a1b88b6a2aed294e10fab645636c1710c4.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gxedit/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index a6ad6cd54771..6d9417efe92d 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -3,14 +3,13 @@ # Date created: 01 Jul 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id: Makefile,v 1.6 1998/07/20 15:24:31 asami Exp $ +# $Id: Makefile,v 1.7 1998/07/20 18:51:39 steve Exp $ # DISTNAME= GXedit1.07 PKGNAME= gxedit-1.07 CATEGORIES= editors -MASTER_SITES= http://devplanet.fastethernet.net/mirrors/GXedit/ \ - http://devplanet.fastethernet.net/ +MASTER_SITES= http://devplanet.fastethernet.net/ EXTRACT_SUFX= .tar MAINTAINER= dom@myrddin.demon.co.uk |