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 /japanese/nvi-sjis | |
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 'japanese/nvi-sjis')
-rw-r--r-- | japanese/nvi-sjis/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/nvi-sjis/Makefile b/japanese/nvi-sjis/Makefile index 461f21a87f88..7064ab7c42e8 100644 --- a/japanese/nvi-sjis/Makefile +++ b/japanese/nvi-sjis/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.7 1997/08/21 16:55:27 itojun Exp $ +# $Id: Makefile,v 1.8 1997/09/14 21:35:35 max Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -14,9 +14,10 @@ COMMENT= ${.CURDIR}/pkg/COMMENT LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna +PKGNAME= ja-nvi-sjis-1.79.19970820 + .include <${.CURDIR}/../../editors/nvi/Makefile> -PKGNAME= ja-nvi-sjis-1.79-970820 CATEGORIES= japanese editors MAINTAINER= itojun@itojun.org |