diff options
Diffstat (limited to 'japanese/recjis/Makefile')
-rw-r--r-- | japanese/recjis/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/recjis/Makefile b/japanese/recjis/Makefile index 1002d4e629ba..31ee9e3bfa87 100644 --- a/japanese/recjis/Makefile +++ b/japanese/recjis/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: recjis -# Version required: 1.0 # Date created: 05 February 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # # $FreeBSD$ # -DISTNAME= recjis-1.0 -PKGNAME= ja-recjis-1.0 +PORTNAME= recjis +PORTVERSION= 1.0 CATEGORIES+= japanese MASTER_SITES= ftp://ftp.leo.chubu.ac.jp/pub/tools/ -DISTFILES= recjis.tar.gz +DISTFILES= ${PORTNAME}${EXTRACT_SUFX} MAINTAINER= nakai@FreeBSD.org |