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/chimera | |
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/chimera')
-rw-r--r-- | japanese/chimera/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/japanese/chimera/Makefile b/japanese/chimera/Makefile index 148f6fc..4461b78 100644 --- a/japanese/chimera/Makefile +++ b/japanese/chimera/Makefile @@ -1,23 +1,26 @@ # New ports collection makefile for: chimera + kanji patch -# Version required: 1.70p1 # Date created: 26 December 1994 # Whom: asami # # $FreeBSD$ # -DISTNAME= chimera-1.70p0 -PKGNAME= ja-chimera-1.70p1 +PORTNAME= chimera +PORTVERSION= 1.70p1 CATEGORIES= japanese www MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ +DISTNAME= ${PORTNAME}-${PREV_VERSION} PATCH_SITES= http://hasse.mathematik.tu-muenchen.de/%7Enikl/chimera-1.65p/ \ ftp://netbsd.tohoku.ac.jp/network/www/chimera/ -PATCHFILES= chimera-1.70p0-1.70p1.gz diff-1.70p1-jp-01 +PATCHFILES= ${PORTNAME}-${PREV_VERSION}-${PORTVERSION}.gz \ + diff-${PORTVERSION}-jp-01 PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org +PREV_VERSION= ${PORTVERSION:S/p1/p0/} + FETCH_BEFORE_ARGS= -b USE_IMAKE= yes MAN1= chimera.1 |