diff options
Diffstat (limited to 'japanese/iv/Makefile')
-rw-r--r-- | japanese/iv/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/iv/Makefile b/japanese/iv/Makefile index e04aa0db258b..9b8d0f766c57 100644 --- a/japanese/iv/Makefile +++ b/japanese/iv/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: iv -# Version required: 3.1 # Date created: 23.Feb.1996 # Whom: sanpei@yy.cs.keio.ac.jp # # $FreeBSD$ # -DISTNAME= iv-3.1 -PKGNAME= ja-iv-3.1 +PORTNAME= iv +PORTVERSION= 3.1 CATEGORIES= japanese graphics MASTER_SITES= ftp://interviews.stanford.edu/pub/ \ ${MASTER_SITE_PORTS_JP} -DISTFILES= 3.1.tar.Z iv3_1j_gamma.tar.gz +DISTFILES= ${PORTVERSION}.tar.Z \ + ${PORTNAME}${PORTVERSION:S/./_/g}j_gamma.tar.gz PATCH_SITES= ${MASTER_SITE_PORTS_JP} -PATCHFILES= iv-3.1j-gamma-fixcmpfont.patch +PATCHFILES= ${DISTNAME}j-gamma-fixcmpfont.patch PATCH_DIST_STRIP= -p1 MAINTAINER= sanpei@sanpei.org |