1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 2.9.2.

This commit is contained in:
MANTANI Nobutaka 2005-03-13 14:08:19 +00:00
parent 1f637994aa
commit 59523b0cae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131098
3 changed files with 3 additions and 19 deletions

View File

@ -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/

View File

@ -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

View File

@ -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@