diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 14:21:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 14:21:02 +0800 |
commit | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (patch) | |
tree | 5f163ac2fbca7213d2dcb72a7ee63a062386794d /editors/nvi-m17n | |
parent | 0ea083c38191c42dceadbe34e683b134593d8d8d (diff) | |
download | freebsd-ports-graphics-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.gz freebsd-ports-graphics-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.zst freebsd-ports-graphics-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.zip |
Finish converting editors/ to PORTNAME/PORTVERSION.
Diffstat (limited to 'editors/nvi-m17n')
-rw-r--r-- | editors/nvi-m17n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index f6bc57e08da..a9dd2fb7e28 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: nvi-1.79 + multilingual patch(none) -# Version required: 1.79 # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # @@ -12,6 +11,7 @@ PORTVERSION= 1.79.19991117 CATEGORIES= editors MASTER_SITES= ftp://sleepy.vwh.net/pub/\ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ +PKGNAMESUFFIX?= -m17n DISTNAME= nvi-1.79 PATCH_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ |