diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | edcf8b3594b5df6440713253552b675fb0234474 (patch) | |
tree | cb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/chimera | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) | |
download | ports-edcf8b3594b5df6440713253552b675fb0234474.tar.gz ports-edcf8b3594b5df6440713253552b675fb0234474.zip |
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/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 148f6fc0f669..4461b78b6b9a 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 |