summaryrefslogtreecommitdiff
path: root/devel/stlport
diff options
context:
space:
mode:
authorheinz <heinz>2004-01-27 00:53:10 +0000
committerheinz <heinz>2004-01-27 00:53:10 +0000
commit022eb86624280ef9db72559a99f9253a3d003132 (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /devel/stlport
parent1625c0b6c06f52d627a1188b73ab66598be1896e (diff)
downloadpkgsrc-022eb86624280ef9db72559a99f9253a3d003132.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'devel/stlport')
-rw-r--r--devel/stlport/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile
index 36be662834e..e7df9410dea 100644
--- a/devel/stlport/Makefile
+++ b/devel/stlport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/22 08:24:31 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/27 00:53:12 heinz Exp $
DISTNAME= STLport-4.6
PKGNAME= stlport-4.6
@@ -28,7 +28,7 @@ HTMLDIR= ${PREFIX}/share/doc/html/stlport
pre-install:
cd ${WRKSRC}/stlport && ${RM} -rf BC50 config/new_compiler old_hp
- ${FIND} ${WRKSRC}/stlport -name "*.orig" | ${XARGS} ${RM} -f
+ ${FIND} ${WRKSRC}/stlport -name "*.orig" -print | ${XARGS} ${RM} -f
do-install:
cd ${WRKSRC} && ${PAX} -rw stlport ${PREFIX}/include