summaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
committerheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
commit18a916d5e6481b140ffb5e120e09d36645a44a11 (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /graphics/urt
parentd84262f580a6d28b6b7bde5294039c4f6e0999df (diff)
downloadpkgsrc-18a916d5e6481b140ffb5e120e09d36645a44a11.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index 00b65f2ddc8..41831d4d2ef 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/01/20 12:18:17 agc Exp $
+# $NetBSD: Makefile,v 1.32 2004/01/27 00:53:11 heinz Exp $
DISTNAME= urt
PKGNAME= urt-3.1b1
@@ -34,7 +34,7 @@ post-install:
cd ${PREFIX}/share/doc/urt && (\
${GTAR} xf ${DISTDIR}/urt-doc.tar; \
cd doc; \
- ${FIND} -d . | cpio -dump ..; \
+ ${FIND} -d . -print | cpio -dump ..; \
cd ..; \
${RM} -rf doc)
cd ${PREFIX}/share/examples/urt && (\