diff options
Diffstat (limited to 'editors/elvis/Makefile')
-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 |