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/le/Makefile | |
parent | Update to use PORTNAME/PORTVERSION (diff) |
portname/portversion update
Diffstat (limited to '')
-rw-r--r-- | editors/le/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile index d4087226909c..36360c0d8c21 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: le -# Version required: 1.5.7 # Date created: 16 October 1997 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= le-1.5.7 +PORTNAME= le +PORTVERSION= 1.5.7 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ |