aboutsummaryrefslogtreecommitdiff
path: root/x11/mlterm
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2005-03-13 14:08:19 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2005-03-13 14:08:19 +0000
commit59523b0caed6f698b3df111091704896f38ee5ee (patch)
treef75a5b522e154903e6d5bfce962a9019cfbe4a8d /x11/mlterm
parent1f637994aa72bc939bd1a8f7d7109d95fbd66bbf (diff)
downloadports-59523b0caed6f698b3df111091704896f38ee5ee.tar.gz
ports-59523b0caed6f698b3df111091704896f38ee5ee.zip
Notes
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile7
-rw-r--r--x11/mlterm/distinfo4
-rw-r--r--x11/mlterm/files/patch-tool:w3mmlconfig:Makefile.in11
3 files changed, 3 insertions, 19 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index bf298f265822..b9fd803bfe7e 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mlterm
-PORTVERSION= 2.9.1
-PORTREVISION= 1
+PORTVERSION= 2.9.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -79,10 +78,6 @@ CONFIGURE_ARGS+= --enable-anti-alias
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
.endif
-pre-configure:
- ${REINPLACE_CMD} -e "s,%%PERL%%,${PERL}," \
- ${WRKSRC}/tool/w3mmlconfig/Makefile.in
-
post-configure:
${CP} ${WRKSRC}/libtool ${WRKSRC}/kiklib/
${CP} ${WRKSRC}/libtool ${WRKSRC}/mkf/
diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo
index a8237087af71..630d836ad8bc 100644
--- a/x11/mlterm/distinfo
+++ b/x11/mlterm/distinfo
@@ -1,2 +1,2 @@
-MD5 (mlterm-2.9.1.tar.gz) = cfa934f8332842270ec36e4f7180230e
-SIZE (mlterm-2.9.1.tar.gz) = 1893144
+MD5 (mlterm-2.9.2.tar.gz) = be561bfe646a112ce7400b9d0db41e82
+SIZE (mlterm-2.9.2.tar.gz) = 1980109
diff --git a/x11/mlterm/files/patch-tool:w3mmlconfig:Makefile.in b/x11/mlterm/files/patch-tool:w3mmlconfig:Makefile.in
deleted file mode 100644
index 6b4c58bcbf1b..000000000000
--- a/x11/mlterm/files/patch-tool:w3mmlconfig:Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- tool/w3mmlconfig/Makefile.in.orig Wed Dec 1 01:53:11 2004
-+++ tool/w3mmlconfig/Makefile.in Wed Dec 1 01:53:30 2004
-@@ -16,7 +16,7 @@
- DATA_TARGETS = mlconfig-data.pl
- DATA = mlconfig-data section/* key/*
-
--PERL = /usr/bin/perl
-+PERL = %%PERL%%
-
- MKDIR = mkdir -p
- INSTALL = @INSTALL@