aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-11-13 20:03:59 +0800
committertrevor <trevor@FreeBSD.org>2003-11-13 20:03:59 +0800
commitf32647514bf03eb1a573982c5d55b2d3188a2e39 (patch)
tree5d9ea5eedb017117ade852ed1a432886fb32855e /x11-fm
parent21f8618fd005cff0ea36f6a0fb9016232577a822 (diff)
downloadfreebsd-ports-gnome-f32647514bf03eb1a573982c5d55b2d3188a2e39.tar.gz
freebsd-ports-gnome-f32647514bf03eb1a573982c5d55b2d3188a2e39.tar.zst
freebsd-ports-gnome-f32647514bf03eb1a573982c5d55b2d3188a2e39.zip
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/tkdesk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/tkdesk/Makefile b/x11-fm/tkdesk/Makefile
index ceaced9f2340..3a74712f1bd3 100644
--- a/x11-fm/tkdesk/Makefile
+++ b/x11-fm/tkdesk/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --with-itcl=${LOCALBASE}/lib/itcl3.2
MAN1= tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1
pre-install:
- @find ${WRKSRC} -type f -name '*.orig' -exec ${RM} -f {} ';'
+ @${FIND} ${WRKSRC} -type f -name '*.orig' -exec ${RM} -f {} ';'
post-install:
${STRIP_CMD} ${PREFIX}/bin/tkdesksh