diff options
Diffstat (limited to 'deskutils/abacus/Makefile')
-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: |