summaryrefslogtreecommitdiff
path: root/japanese/sed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/sed/Makefile')
-rw-r--r--japanese/sed/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/japanese/sed/Makefile b/japanese/sed/Makefile
index 55d7be626f5a..c0e6c1cbc641 100644
--- a/japanese/sed/Makefile
+++ b/japanese/sed/Makefile
@@ -1,20 +1,25 @@
# New ports collection makefile for: sed+mb
-# Version required: 1.18+mb1.03
+# Version required: 3.02+mb1.08
# Date created: 2 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $FreeBSD$
#
-DISTNAME= sed-1.18
-PKGNAME= ja-sed-1.18
+DISTNAME= sed-3.02
+PKGNAME= ja-sed-3.02
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= sed
MAINTAINER= ports@FreeBSD.org
+USE_GMAKE= yes
HAS_CONFIGURE= yes
-PATCH_STRIP= -p1
+
+PATCH_SITES= http://member.nifty.ne.jp/wills/program/
+PATCHFILES= sedmb108.diff.gz
+PATCH_DIST_STRIP= -p1
+FETCH_BEFORE_ARGS= -b
.include <bsd.port.mk>