From 800927ac4588df57aa1796f4d30337a935056cbb Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 2 Jan 2000 03:36:52 +0000 Subject: replaced some commands by their ${COMMAND} counterparts --- graphics/urt/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics/urt') diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 242c84704ab..25093055e00 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/11/22 11:11:32 agc Exp $ +# $NetBSD: Makefile,v 1.10 2000/01/02 03:36:53 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp # @@ -33,13 +33,13 @@ post-install: cd ${PREFIX}/share/doc/urt && (\ ${GTAR} xf ${DISTDIR}/urt-doc.tar; \ cd doc; \ - find -d . | cpio -dump ..; \ + ${FIND} -d . | cpio -dump ..; \ cd ..; \ ${RM} -rf doc) cd ${PREFIX}/share/examples/urt && (\ ${GTAR} xf ${DISTDIR}/urt-img.tar; \ - chown -R root:wheel . ; \ - find . -type d -exec chmod 775 '{}' \; ; \ - find . -type f -exec chmod 664 '{}' \;) + ${CHOWN} -R root:wheel . ; \ + ${FIND} . -type d -exec ${CHMOD} 775 '{}' \; ; \ + ${FIND} . -type f -exec ${CHMOD} 664 '{}' \;) .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3