diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
commit | 935870e192795a0db5cb9ead5131241e4a62f235 (patch) | |
tree | 101b6d1e85bc4571a69034476a24d8cade51daf6 /editors/nvi-perl | |
parent | Convert to PORTNAME/PORTVERSION. (diff) |
Finish converting editors/ to PORTNAME/PORTVERSION.
Diffstat (limited to 'editors/nvi-perl')
-rw-r--r-- | editors/nvi-perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile index dfedcc695802..1cd5905aad67 100644 --- a/editors/nvi-perl/Makefile +++ b/editors/nvi-perl/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: nvi-1.79 + perl -# Version required: 1.79 # Date created: 18 Feb 1998 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # # $FreeBSD$ # -DISTNAME= nvi-1.79 -PKGNAME?= nvi-perl-1.79 +PORTNAME= nvi-perl +PORTVERSION= 1.79 CATEGORIES= editors MASTER_SITES= ftp://sleepy.vwh.net/pub/ \ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ +DISTNAME= nvi-${PORTVERSION} MAINTAINER= itojun@itojun.org |