summaryrefslogtreecommitdiff
path: root/wm/ethemes
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 /wm/ethemes
parent1625c0b6c06f52d627a1188b73ab66598be1896e (diff)
downloadpkgsrc-022eb86624280ef9db72559a99f9253a3d003132.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'wm/ethemes')
-rw-r--r--wm/ethemes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/ethemes/Makefile b/wm/ethemes/Makefile
index d23d3d1350d..8d4f1253a01 100644
--- a/wm/ethemes/Makefile
+++ b/wm/ethemes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/11/21 09:31:15 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/27 00:53:10 heinz Exp $
DISTNAME= ethemes-0.1
PKGREVISION= 2
@@ -45,8 +45,8 @@ do-install:
.endfor
.for DIR in Absolute_E ApplePlatinum FinalE
cd ${PREFIX}/${E_DATADIR}/${DIR} \
- && ${CHMOD} go+rx `${FIND} . -type d` \
- && ${CHMOD} go+r `${FIND} . -type f`
+ && ${CHMOD} go+rx `${FIND} . -type d -print` \
+ && ${CHMOD} go+r `${FIND} . -type f -print`
.endfor
.include "../../mk/bsd.pkg.mk"