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/grep | |
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/grep')
-rw-r--r-- | japanese/grep/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/grep/Makefile b/japanese/grep/Makefile index 2f877dc356d3..80489d616936 100644 --- a/japanese/grep/Makefile +++ b/japanese/grep/Makefile @@ -1,19 +1,18 @@ # New ports collection makefile for: grep+mb -# Version required: 2.0+mb1.04 # Date created: 2 April 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # # $FreeBSD$ # -DISTNAME= grep-2.0 -PKGNAME= ja-grep-2.0 +PORTNAME= grep +PORTVERSION= 2.0 CATEGORIES= japanese textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= grep PATCH_SITES= ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/ -PATCHFILES= grep-2.0-mb1.04.diff.gz +PATCHFILES= ${DISTNAME}-mb1.04.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org |