summaryrefslogtreecommitdiff
path: root/deskutils/abacus
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-29 08:07:47 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-29 08:07:47 +0000
commit6082ca2e05b85fdb12f2aef925cab45c43bde641 (patch)
treea0f246c26b50146fa795ed24dbed9fe7377d3238 /deskutils/abacus
parentFix build on -stable and -current (diff)
find->${FIND},xargs->${XARGS}
PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes
Notes: svn path=/head/; revision=67236
Diffstat (limited to 'deskutils/abacus')
-rw-r--r--deskutils/abacus/Makefile2
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: