diff options
Diffstat (limited to 'editors/vilearn/Makefile')
-rw-r--r-- | editors/vilearn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vilearn/Makefile b/editors/vilearn/Makefile index 71947bbdf00e..6c4995c4a082 100644 --- a/editors/vilearn/Makefile +++ b/editors/vilearn/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: vilearn -# Version required: 1.0 # Date created: 12 Dec 1997 # Whom: Ian Vaudrey <i.vaudrey@bigfoot.com> # # $FreeBSD$ # -DISTNAME= vilearn -PKGNAME= vilearn-1.0 +PORTNAME= vilearn +PORTVERSION= 1.0 CATEGORIES= editors MASTER_SITES= ftp://ftp.funet.fi/pub/Linux/util/networking/util-swan/pub/misc/ \ ftp://ftp.mcc.ac.uk/pub/linux/fi.mirror/util/networking/util-swan/pub/misc/ \ ftp://ftp.tu-chemnitz.de/pub/linux/funet-mirror/util/networking/util-swan/pub/misc/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .Z MAINTAINER= i.vaudrey@bigfoot.com |