diff options
author | makc <makc@FreeBSD.org> | 2009-12-19 21:41:56 +0000 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-12-19 21:41:56 +0000 |
commit | d62748e6df095c59baaa1e975abbea30daf7662f (patch) | |
tree | 8d2bf1628cf91688f987a758aadcddcf9f81460f /chinese | |
parent | 7e15778befad6affc000c2a651ace2dad9edf4df (diff) | |
download | FreeBSD-ports-d62748e6df095c59baaa1e975abbea30daf7662f.zip FreeBSD-ports-d62748e6df095c59baaa1e975abbea30daf7662f.tar.gz |
really replace with STRIP_CMD
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/gcin-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/gcin-devel/Makefile b/chinese/gcin-devel/Makefile index 195170a..4b6023a 100644 --- a/chinese/gcin-devel/Makefile +++ b/chinese/gcin-devel/Makefile @@ -126,13 +126,13 @@ PLIST_SUB+= QT_IM_MODULE="@comment " post-build: .if !defined(DEBUG_FLAGS) - @${FIND} ${WRKSRC} -name "*.so*" | ${XARGS} ${STRIP} + @${FIND} ${WRKSRC} -name "*.so*" | ${XARGS} ${STRIP_CMD} .endif post-install: .if !defined(DEBUG_FLAGS) .for f in gcin* gtab-merge juyin-learn phoa2* sim2trad trad2sim ts* - @${STRIP} ${PREFIX}/bin/${f} + @${STRIP_CMD} ${PREFIX}/bin/${f} .endfor .endif .if !defined(NOPORTDOCS) |