summaryrefslogtreecommitdiff
path: root/lang/cint
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-09-24 23:24:39 +0000
committerjperkin <jperkin@pkgsrc.org>2014-09-24 23:24:39 +0000
commitd6493c8fd90b87f3dc2c43e2b14806beae42dc01 (patch)
tree799432ddd8a79d96194fce169e7d462581724d39 /lang/cint
parent3e9a570a77019bd8de54890e440d78d85d83b5fd (diff)
downloadpkgsrc-d6493c8fd90b87f3dc2c43e2b14806beae42dc01.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: