diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-04-07 00:10:42 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-04-07 00:10:42 +0800 |
commit | 016b943ae67cdde1bb3130624d22a9d4df342f55 (patch) | |
tree | a98ce8bb9f44ff0223f29b04f54f051dc02a5b1d /chinese/pcmanx/Makefile | |
parent | a3067997298b01485646b39629e929a47b15d438 (diff) | |
download | freebsd-ports-gnome-016b943ae67cdde1bb3130624d22a9d4df342f55.tar.gz freebsd-ports-gnome-016b943ae67cdde1bb3130624d22a9d4df342f55.tar.zst freebsd-ports-gnome-016b943ae67cdde1bb3130624d22a9d4df342f55.zip |
- Update to 0.3.4.
PR: ports/95355
Submitted by: chinsan <chinsan.tw@gmail.com> (maintainer)
Approved by: mnag (mentor)
Diffstat (limited to 'chinese/pcmanx/Makefile')
-rw-r--r-- | chinese/pcmanx/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index 0383fe580b2b..e024507eb5a9 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -6,11 +6,10 @@ # PORTNAME= pcmanx -PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTVERSION= 0.3.4 CATEGORIES= chinese net gnome MASTER_SITES= http://pcmanx.csie.net/release/ -DISTNAME= pcmanx-pure-gtk2-${PORTVERSION} +DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} MAINTAINER= chinsan.tw@gmail.com COMMENT= BBS client using GTK+ 2.x @@ -34,4 +33,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +post-extract: + @${REINPLACE_CMD} -e 's/wget/fetch/' ${WRKSRC}/po/zh_TW.po + .include <bsd.port.mk> |