diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
commit | 0f29953274700e3113ef38abbe8132e0b248333d (patch) | |
tree | f8b676f72421de4a2772b4f89e3779525d8e0a69 /editors/gxedit | |
parent | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (diff) | |
download | ports-0f29953274700e3113ef38abbe8132e0b248333d.tar.gz ports-0f29953274700e3113ef38abbe8132e0b248333d.zip |
Notes
Diffstat (limited to 'editors/gxedit')
-rw-r--r-- | editors/gxedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 33036331bc45..b6104d846b0d 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gxedit -# Version required: 1.23 # Date created: 01 Jul 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # # $FreeBSD$ # -DISTNAME= GXedit1.23 -PKGNAME= gxedit-1.23 +PORTNAME= gxedit +PORTVERSION= 1.23 CATEGORIES= editors MASTER_SITES= http://mirrors.darkelf.net/GXedit/ \ http://www.linuxbox.com/~drow/GXedit/ +DISTNAME= GXedit${PORTVERSION} MAINTAINER= dom@myrddin.demon.co.uk |