summaryrefslogtreecommitdiff
path: root/lang/cint
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-09-24 23:24:39 +0000
committerjperkin <jperkin>2014-09-24 23:24:39 +0000
commit0a0f6ff0691dc17715c39b525af05dc991074063 (patch)
tree799432ddd8a79d96194fce169e7d462581724d39 /lang/cint
parent28812960b0157bce8ff0a5c9ecd243495ef760d1 (diff)
downloadpkgsrc-0a0f6ff0691dc17715c39b525af05dc991074063.tar.gz
Use portable find constructs.
Diffstat (limited to 'lang/cint')
-rw-r--r--lang/cint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 8243feb7169..8d0c3736434 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2012/10/02 20:11:37 asau Exp $
+# $NetBSD: Makefile,v 1.29 2014/09/24 23:24:39 jperkin Exp $
DISTNAME= cint5.15
PKGNAME= cint-5.15.174
@@ -30,7 +30,7 @@ USE_LANGUAGES= c c++
CHECK_PORTABILITY_SKIP+= INSTALLBIN
post-extract:
- ${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \;
+ ${FIND} ${WRKSRC} -depth -type d -name CVS -exec ${RM} -rf {} \;
${FIND} ${WRKSRC} -type f -name .cvsignore -exec ${RM} -f {} \;
do-build: