summaryrefslogtreecommitdiff
path: root/japanese/rxvt/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-10 01:32:08 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-10 01:32:08 +0000
commitc2d04350095eeb2329c6657165f809d9f008ae8d (patch)
tree165f0d2a92b0ce82f9c6078050cbf2a03a9be8fa /japanese/rxvt/Makefile
parentMark BROKEN since the distfile for this port is no longer available. (diff)
This port was broken.
So fix some patches/patch-??
Notes
Notes: svn path=/head/; revision=15239
Diffstat (limited to 'japanese/rxvt/Makefile')
-rw-r--r--japanese/rxvt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/rxvt/Makefile b/japanese/rxvt/Makefile
index 5028de6b53c3..1e7b1facb014 100644
--- a/japanese/rxvt/Makefile
+++ b/japanese/rxvt/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 November 1998
# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
#
-# $Id: Makefile,v 1.4 1998/11/09 01:24:12 steve Exp $
+# $Id: Makefile,v 1.5 1998/12/06 06:52:10 flathill Exp $
#
DISTNAME= rxvt-2.4.11
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/
.if !defined(NOXIMSUPPORT)
PATCH_SITES= http://www.kashio.info.mie-u.ac.jp/~honda/rxvt/
-PATCHFILES= rxvt-2.4.10-JP-XIM.patch.gz
+PATCHFILES= rxvt-2.4.11-JP-XIM.patch.gz
PATCH_DIST_STRIP= -p1
.endif
@@ -33,6 +33,8 @@ post-install:
@${MKDIR} ${DOCDIR}
@${INSTALL_MAN} ${FILESDIR}/README.ja ${DOCDIR}
.endif
+.if !defined(NOXIMSUPPORT)
@${CAT} ${PKGDIR}/MESSAGE
+.endif
.include <bsd.port.mk>