summaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-02 03:36:52 +0000
committerwiz <wiz@pkgsrc.org>2000-01-02 03:36:52 +0000
commit900f5e50fff492faca5c1ba48fa4dabef913c0bf (patch)
tree799576ceb1c6d2fa71411900dbe4a4a0551b1093 /graphics/urt
parentd0d024052c11bdb7b240dc6afca35983931b979e (diff)
downloadpkgsrc-900f5e50fff492faca5c1ba48fa4dabef913c0bf.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/Makefile10
1 files changed, 5 insertions, 5 deletions
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"