diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-02 04:23:09 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-02 04:23:09 +0000 |
commit | 4f637bd94962242fc455eaf53dd2ac3d4517d955 (patch) | |
tree | fb20fea37a6cb96498859d59845623057cd6e5c3 /chinese/pcmanx | |
parent | 9da3a678c1d342ba9864ca64dc594877871618ae (diff) |
Notes
Diffstat (limited to 'chinese/pcmanx')
-rw-r--r-- | chinese/pcmanx/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
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 <bsd.port.mk> |