From 4f637bd94962242fc455eaf53dd2ac3d4517d955 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Sat, 2 Jun 2007 04:23:09 +0000 Subject: - Fix bug in anti-idle support PR: ports/113229 Submitted by: chinsan (maintainer) --- chinese/pcmanx/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'chinese/pcmanx/Makefile') diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index b2cb54ab9809..ceef4d74ba3d 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -7,7 +7,7 @@ PORTNAME= pcmanx PORTVERSION= 0.3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese net gnome MASTER_SITES= http://pcmanx.csie.net/release/ DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} @@ -35,10 +35,11 @@ PLIST_SUB+= NLS="@comment " .endif post-extract: - @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/po/zh_CN.po - @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/po/zh_TW.po + @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/po/zh_CN.po \ + ${WRKSRC}/po/zh_TW.po ${WRKSRC}/src/generalprefpage.cpp \ + ${WRKSRC}/src/view/telnetview.cpp @${REINPLACE_CMD} -e 's/wget -O/fetch -o/' ${WRKSRC}/src/mainframe.cpp - @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/src/generalprefpage.cpp - @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/src/view/telnetview.cpp + @${REINPLACE_CMD} -e 's/Antiidlestr/AntiIdleStr/' \ + ${WRKSRC}/src/appconfig.cpp .include -- cgit v1.2.3