diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 08:25:54 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 08:25:54 +0800 |
commit | a9d06ce8636b7acb5906bac2a80fb92f5e2afd05 (patch) | |
tree | 3a8f43ae087406efd0b25da03deac3e0e32e168d /editors/vilearn | |
parent | 45ce14b7018952069f2f933ec84e6f50e053e925 (diff) | |
download | freebsd-ports-gnome-a9d06ce8636b7acb5906bac2a80fb92f5e2afd05.tar.gz freebsd-ports-gnome-a9d06ce8636b7acb5906bac2a80fb92f5e2afd05.tar.zst freebsd-ports-gnome-a9d06ce8636b7acb5906bac2a80fb92f5e2afd05.zip |
portname/portversion update
Diffstat (limited to 'editors/vilearn')
-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 |