diff options
Diffstat (limited to 'japanese/nkf/Makefile')
-rw-r--r-- | japanese/nkf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile index 272c7cc..e745df7 100644 --- a/japanese/nkf/Makefile +++ b/japanese/nkf/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: nkf -# Version required: 1.71 # Date created: 5 February 1995 # Whom: asami # # $FreeBSD$ # -DISTNAME= nkf171 -PKGNAME= ja-nkf-1.71 +PORTNAME= nkf +PORTVERSION= 1.71 CATEGORIES= japanese MASTER_SITES= ftp://ftp.ie.u-ryukyu.ac.jp/pub/software/kono/ \ ftp://ftp.win.ne.jp/pub/misc/ \ ftp://ftp.eos.hokudai.ac.jp/pub/tools/code-conv/nkf/ EXTRACT_SUFX= .shar +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= max@FreeBSD.org |