diff options
author | itojun <itojun@FreeBSD.org> | 1998-02-17 21:12:05 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-02-17 21:12:05 +0800 |
commit | a4070e09902060a9bc8f76cf4e7574f10b078f18 (patch) | |
tree | 8978b044b85db37a439eb4f8fb7ae8a050aa157e /editors/nvi-m17n | |
parent | 1fd4fd115a0a4562c5c8f4ffc445e57360c86aef (diff) | |
download | freebsd-ports-gnome-a4070e09902060a9bc8f76cf4e7574f10b078f18.tar.gz freebsd-ports-gnome-a4070e09902060a9bc8f76cf4e7574f10b078f18.tar.zst freebsd-ports-gnome-a4070e09902060a9bc8f76cf4e7574f10b078f18.zip |
- PKGNAME has to be defined BEFORE including bsd.port.mk, to make
Latest/* symbolic links.
- PKGNAME format changed, to make Latest/* symbolic links with proper name.
(also make it Y2K complient)
was: ja-nvi-iso2022jp-1.79-970820
now: ja-nvi-iso2022jp-1.79.19970820
Submitted by: asami
Diffstat (limited to 'editors/nvi-m17n')
-rw-r--r-- | editors/nvi-m17n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 3cfaca1c376d..f8b22a4dc60c 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -3,12 +3,12 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.6 1997/08/21 16:55:25 itojun Exp $ +# $Id: Makefile,v 1.7 1998/02/09 06:56:40 fenner Exp $ # DISTNAME= nvi-1.79 -PKGNAME= nvi-m17n-1.79-970820 -CATEGORIES= japanese editors +PKGNAME?= nvi-m17n-1.79.19970820 +CATEGORIES= editors MASTER_SITES= ftp://ftp.bostic.com/pub/\ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ |