summaryrefslogtreecommitdiff
path: root/japanese/iv/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
commitedcf8b3594b5df6440713253552b675fb0234474 (patch)
treecb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/iv/Makefile
parentFix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX. (diff)
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
Notes
Notes: svn path=/head/; revision=27449
Diffstat (limited to 'japanese/iv/Makefile')
-rw-r--r--japanese/iv/Makefile10
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