diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-19 21:41:56 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-19 21:41:56 +0000 |
commit | 31e78a7afb74b3c78967cd6e6926429ace96b326 (patch) | |
tree | 8f3655d005c5db3ffac03de6da15ac27010cdad1 /chinese | |
parent | 6e124b0aa2f8c3afe5987cf74136c6bb5076cfbf (diff) | |
download | ports-31e78a7afb74b3c78967cd6e6926429ace96b326.tar.gz ports-31e78a7afb74b3c78967cd6e6926429ace96b326.zip |
Notes
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 195170a2c1a4..4b6023aa989b 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) |