diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 08:28:23 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 08:28:23 +0000 |
commit | 74b19501bc67cdcc25eaa9cf0c51bbd6acb7d954 (patch) | |
tree | 25063720d39a07623962b50c29593a474d96d31e /chinese/nvi-euc-tw | |
parent | Convert to PORTNAME/PORTVERSION. I'm doing these first so we can test (diff) |
Convert to PORTNAME/PORTVERSION.
Anomalies found:
- autoconvert was missing "zh-" in front of PKGNAME
- xcin (both 2.3 and 2.5) had invalid version strings
- neither of xcin ports had NO_LATEST_LINK
- telnet8-1.0 thinks PKGNAME is zh-telnet-1.0
Fixed all except the last (I wasn't sure if it was intentional).
Notes
Notes:
svn path=/head/; revision=27479
Diffstat (limited to 'chinese/nvi-euc-tw')
-rw-r--r-- | chinese/nvi-euc-tw/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/nvi-euc-tw/Makefile b/chinese/nvi-euc-tw/Makefile index ab417bf9339c..c7aad5c2acab 100644 --- a/chinese/nvi-euc-tw/Makefile +++ b/chinese/nvi-euc-tw/Makefile @@ -1,12 +1,11 @@ # New ports collection makefile for: nvi-1.79 + multilingual patch(euc-tw) -# Version required: 1.79 # Date created: 5 Apr 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # # $FreeBSD$ # -PKGNAME= zh-nvi-euctw-1.79.19991117 +PKGNAMESUFFIX= -euctw MASTERDIR= ${.CURDIR}/../../editors/nvi-m17n COMMENT= ${.CURDIR}/pkg/COMMENT |