diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
commit | 8e270816f992e4a25aaab762d962f7267d72f84b (patch) | |
tree | d4e36e838185404904fc906c77ad6ebbaf6ef1bc /japanese/sed | |
parent | a989b83d8875de9cba6caf81919b68e80dfa6534 (diff) | |
download | ports-8e270816f992e4a25aaab762d962f7267d72f84b.tar.gz ports-8e270816f992e4a25aaab762d962f7267d72f84b.zip |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Notes
Notes:
svn path=/head/; revision=27463
Diffstat (limited to 'japanese/sed')
-rw-r--r-- | japanese/sed/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/japanese/sed/Makefile b/japanese/sed/Makefile index 37a454a0941e..6da23928dd13 100644 --- a/japanese/sed/Makefile +++ b/japanese/sed/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: sed+mb -# Version required: 3.02+mb1.08 # Date created: 2 April 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # # $FreeBSD$ # -DISTNAME= sed-3.02 -PKGNAME= ja-sed-3.02 +PORTNAME= sed +PORTVERSION= 3.02 CATEGORIES= japanese textproc MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= sed +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -18,7 +17,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes PATCH_SITES= http://member.nifty.ne.jp/wills/program/ -PATCHFILES= sedmb108.diff.gz +PATCHFILES= ${PORTNAME}mb108.diff.gz PATCH_DIST_STRIP= -p1 FETCH_BEFORE_ARGS= -b |