diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 08:17:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 08:17:29 +0000 |
commit | 46640208e9f4dc0574b656d65f086990261d5926 (patch) | |
tree | 04dead87ca33083d445099985be47c572940ac13 /editors | |
parent | Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables. (diff) |
Convert to PORTNAME/PORTVERSION. I'm doing these first so we can test
the slave ports.
Notes
Notes:
svn path=/head/; revision=27478
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule/Makefile | 4 | ||||
-rw-r--r-- | editors/nvi-m17n/Makefile | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 3a0ca29b0143..9afccf2de862 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= mule-2.3 -PKGNAME?= mule-2.3 +PORTNAME= mule +PORTVERSION= 2.3 CATEGORIES?= editors MASTER_SITES= ftp://etlport.etl.go.jp/pub/mule/ \ ftp://ftp.mei.co.jp/archive/free/gnu/emacs/Mule/ \ diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 418821532e15..f6bc57e08da6 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -7,11 +7,12 @@ # -DISTNAME= nvi-1.79 -PKGNAME?= nvi-m17n-1.79.19991117 +PORTNAME= nvi +PORTVERSION= 1.79.19991117 CATEGORIES= editors MASTER_SITES= ftp://sleepy.vwh.net/pub/\ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ +DISTNAME= nvi-1.79 PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ PATCHFILES= nvi-1.79.m17n-19991117.diff.gz |