summaryrefslogtreecommitdiff
path: root/misc/tds
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 /misc/tds
parent1625c0b6c06f52d627a1188b73ab66598be1896e (diff)
downloadpkgsrc-022eb86624280ef9db72559a99f9253a3d003132.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'misc/tds')
-rw-r--r--misc/tds/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tds/Makefile b/misc/tds/Makefile
index 69ef4d31f48..8fb19aaa32e 100644
--- a/misc/tds/Makefile
+++ b/misc/tds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 17:01:27 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/27 00:53:11 heinz Exp $
#
DISTNAME= tds-1.4.2
@@ -15,6 +15,6 @@ GNU_CONFIGURE= YES
NO_BUILD= YES
post-patch:
- @${FIND} ${WRKSRC} -type f -name '*.orig' | ${XARGS} ${RM} -f
+ @${FIND} ${WRKSRC} -type f -name '*.orig' -print | ${XARGS} ${RM} -f
.include "../../mk/bsd.pkg.mk"