aboutsummaryrefslogtreecommitdiff
path: root/japanese/sed/Makefile
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-06 17:22:08 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-06 17:22:08 +0000
commitd21ba280e14b51fe30c4776bd7ad97d37c171910 (patch)
treecfe6c0abba34fab839053ebb3c0a19785770c25b /japanese/sed/Makefile
parent8d1f3d72bc9e2d7cb4cd1b2ffe3537cf231d61aa (diff)
downloadports-d21ba280e14b51fe30c4776bd7ad97d37c171910.tar.gz
ports-d21ba280e14b51fe30c4776bd7ad97d37c171910.zip
update to mb109.
update PATCH_SITES. install documents. PR: 25553 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=39143
Diffstat (limited to 'japanese/sed/Makefile')
-rw-r--r--japanese/sed/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/japanese/sed/Makefile b/japanese/sed/Makefile
index 6da23928dd13..0155d1907b17 100644
--- a/japanese/sed/Makefile
+++ b/japanese/sed/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sed
PORTVERSION= 3.02
+PORTREVISION= 1
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,11 +17,17 @@ MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
-PATCH_SITES= http://member.nifty.ne.jp/wills/program/
-PATCHFILES= ${PORTNAME}mb108.diff.gz
+PATCH_SITES= http://www.hinadori.dyn.to/~wills/program/
+PATCHFILES= ${PORTNAME}mb109.diff.gz
PATCH_DIST_STRIP= -p1
-FETCH_BEFORE_ARGS= -b
MAN1= sed.1
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC}/OREADME.MB ${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC}/README.MB ${PREFIX}/share/doc/${PKGBASE}
+.endif
+
.include <bsd.port.mk>