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/biew | |
parent | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (diff) | |
download | ports-0f29953274700e3113ef38abbe8132e0b248333d.tar.gz ports-0f29953274700e3113ef38abbe8132e0b248333d.zip |
Notes
Diffstat (limited to 'editors/biew')
-rw-r--r-- | editors/biew/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 5d48b51c67c5..6c5d06413ab1 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: biew -# Version required: 5.0.1 # Date created: 04 February 2000 # Whom: Michael Vasilenko <acid@stu.cn.ua> # # $FreeBSD$ # -DISTNAME= biew-501 -PKGNAME= biew-5.01 +PORTNAME= biew +PORTVERSION= 5.01 CATEGORIES= editors MASTER_SITES= ftp://biew.sourceforge.net/pub/biew/5.x/src/ \ http://download.sourceforge.net/biew/ +DISTNAME= ${PORTNAME}-501 MAINTAINER= ports@FreeBSD.org |