diff options
author | nork <nork@FreeBSD.org> | 2006-05-06 22:06:14 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-05-06 22:06:14 +0800 |
commit | 7c99da54e972ad907e5dd5a7cc73813c36c83639 (patch) | |
tree | 7e6fc9c202feb63eee9c1f5c5e71bc5c124508c4 /japanese/nkf/Makefile | |
parent | 3b4c6cf67d44d4f0c8400b5d2e903a8cc11d9ed1 (diff) | |
download | freebsd-ports-gnome-7c99da54e972ad907e5dd5a7cc73813c36c83639.tar.gz freebsd-ports-gnome-7c99da54e972ad907e5dd5a7cc73813c36c83639.tar.zst freebsd-ports-gnome-7c99da54e972ad907e5dd5a7cc73813c36c83639.zip |
Update to 2.0.6a and Portlint happy.
PR: ports/96603
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
Diffstat (limited to 'japanese/nkf/Makefile')
-rw-r--r-- | japanese/nkf/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile index 68e68cbb6849..788898547e70 100644 --- a/japanese/nkf/Makefile +++ b/japanese/nkf/Makefile @@ -6,15 +6,19 @@ # PORTNAME= nkf -PORTVERSION= 2.05 +PORTVERSION= 2.06 +DISTVERSION= a CATEGORIES?= japanese -MASTER_SITES= http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR= ${PORTNAME}/19481 PKGNAMEPREFIX?= ja- -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//:S/./-/} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//:S/./-/}${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT?= Network Kanji code conversion Filter +WRKSRC?= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//:S/./-/} + .if ${PKGNAMEPREFIX} != "ja-p5-" MAN1= nkf.1 MANLANG= "" ja |