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/elvis | |
parent | Update to use PORTNAME/PORTVERSION (diff) |
portname/portversion update
Diffstat (limited to 'editors/elvis')
-rw-r--r-- | editors/elvis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index 587f56d4c80f..16a0dc773b77 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: elvis -# Version required: 2.1.4 # Date created: 1999-09-01 # Whom: Christian Weisgerber <naddy@unix-ag.uni-kl.de> # # $FreeBSD$ # -DISTNAME= elvis-2.1_4 -PKGNAME= elvis-2.1.4 +PORTNAME= elvis +PORTVERSION= 2.1.4 CATEGORIES= editors MASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ \ ftp://ftp.false.com/pub/elvis/ \ ftp://ftp.fh-wedel.de/pub/elvis/ +DISTNAME= ${PORTNAME}-2.1_4 MAINTAINER= ports@FreeBSD.org |