diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 11:45:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 11:45:22 +0000 |
commit | 401791425b840262429e64fa659430f20fb2b04d (patch) | |
tree | 7ac85be775a88b9f67dd7691e0d4a009a51c0295 /chinese/pcmanx/Makefile | |
parent | ddef71acca8a8a26294a063c3abf1c6321b6881e (diff) | |
download | ports-401791425b840262429e64fa659430f20fb2b04d.tar.gz ports-401791425b840262429e64fa659430f20fb2b04d.zip |
Notes
Diffstat (limited to 'chinese/pcmanx/Makefile')
-rw-r--r-- | chinese/pcmanx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index 9a84974ab468..e0fd2e8eb2cc 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pcmanx -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.8 CATEGORIES= chinese net MASTER_SITES= http://pcmanx.csie.net/release/ \ http://bbs.ilc.edu.tw/~chinsan/pcmanx/ @@ -32,9 +32,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -e 's|--tag=CXX||g' ${WRKSRC}/src/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |