diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-29 08:07:47 +0000 |
commit | 6082ca2e05b85fdb12f2aef925cab45c43bde641 (patch) | |
tree | a0f246c26b50146fa795ed24dbed9fe7377d3238 /deskutils | |
parent | 3b663578f7f4fadc03c93424b74df4b217f91c8f (diff) | |
download | ports-6082ca2e05b85fdb12f2aef925cab45c43bde641.tar.gz ports-6082ca2e05b85fdb12f2aef925cab45c43bde641.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/abacus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/abacus/Makefile b/deskutils/abacus/Makefile index cc6782019b71..5a017fa14a63 100644 --- a/deskutils/abacus/Makefile +++ b/deskutils/abacus/Makefile @@ -29,7 +29,7 @@ ALL_TARGET= dep tcl_interf/nxlc MAN1= abacus.1 post-extract: - @(cd ${WRKSRC}; find -d . -name RCS -exec ${RM} -rf {} \;) + @(cd ${WRKSRC}; ${FIND} -d . -name RCS -exec ${RM} -rf {} \;) @(cd ${WRKSRC}; ${RM} canvas; ${LN} -sf canvas-tcl8.2.2 canvas) post-patch: |