diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-02-17 13:12:05 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-02-17 13:12:05 +0000 |
commit | 758c97ff557573185801c7d552ea9940d122df06 (patch) | |
tree | 69e0547a043bf1758394b5fbfa7b2dcfc12a4399 /editors/nvi-m17n | |
parent | 5ae86caca37f605e187ab501d56ca0a9276a472a (diff) | |
download | ports-758c97ff557573185801c7d552ea9940d122df06.tar.gz ports-758c97ff557573185801c7d552ea9940d122df06.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
Notes
Notes:
svn path=/head/; revision=9774
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/ |