diff options
author | knu <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | eb17e2576779f2d3cec7d048b850a15abdbcbd54 (patch) | |
tree | b353963f3ab4d98c9dfa05a226f9e4b7fe663bf5 /japanese/iv | |
parent | 9271784a158a2e9d281abacf9a42a90705450f73 (diff) | |
download | FreeBSD-ports-eb17e2576779f2d3cec7d048b850a15abdbcbd54.zip FreeBSD-ports-eb17e2576779f2d3cec7d048b850a15abdbcbd54.tar.gz |
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. :)
Diffstat (limited to 'japanese/iv')
-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 e04aa0d..9b8d0f7 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 |