aboutsummaryrefslogtreecommitdiff
path: root/chinese/pcmanx
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2007-07-18 16:23:01 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2007-07-18 16:23:01 +0000
commita6001886853849b979c8772d78a0b1d5bbdf635d (patch)
tree164ec57e7064014c6f03c3f735ccfd84b4cd882d /chinese/pcmanx
parentcfe5ae18bf36d94c867cbca86334578f5e76ee51 (diff)
downloadports-a6001886853849b979c8772d78a0b1d5bbdf635d.tar.gz
ports-a6001886853849b979c8772d78a0b1d5bbdf635d.zip
- Remove the boring keymap of Backspace.
Approved by: rafan (mentor)
Notes
Notes: svn path=/head/; revision=195860
Diffstat (limited to 'chinese/pcmanx')
-rw-r--r--chinese/pcmanx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile
index ceef4d74ba3d..c5158e64b5b2 100644
--- a/chinese/pcmanx/Makefile
+++ b/chinese/pcmanx/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pcmanx
PORTVERSION= 0.3.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= chinese net gnome
MASTER_SITES= http://pcmanx.csie.net/release/
DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION}
@@ -41,5 +41,7 @@ post-extract:
@${REINPLACE_CMD} -e 's/wget -O/fetch -o/' ${WRKSRC}/src/mainframe.cpp
@${REINPLACE_CMD} -e 's/Antiidlestr/AntiIdleStr/' \
${WRKSRC}/src/appconfig.cpp
+ @${REINPLACE_CMD} -e '136 s/, \(.*\)/,1\);/' \
+ ${WRKSRC}/src/view/telnetview.cpp
.include <bsd.port.mk>