From c4a746650ec3ce51092f46b30440ee814f6dbcaa Mon Sep 17 00:00:00 2001 From: heinz Date: Tue, 27 Jan 2004 00:53:10 +0000 Subject: Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 --- wm/enlightenment/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wm/enlightenment') diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile index 90d96fdb4c1..f189e10a892 100644 --- a/wm/enlightenment/Makefile +++ b/wm/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/01/03 18:49:54 reed Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/27 00:53:10 heinz Exp $ # DISTNAME= enlightenment-0.16.6 @@ -24,9 +24,9 @@ post-install: for FILE in `${GREP} "\.directory$$" ${PKGDIR}/PLIST`; do \ ${TOUCH} ${PREFIX}/$${FILE}; \ done - ${FIND} ${PREFIX}/share/enlightenment/themes -type d | \ + ${FIND} ${PREFIX}/share/enlightenment/themes -type d -print | \ ${XARGS} ${CHMOD} ${BINMODE} - ${FIND} ${PREFIX}/share/enlightenment/themes -type f | \ + ${FIND} ${PREFIX}/share/enlightenment/themes -type f -print | \ ${XARGS} ${CHMOD} ${SHAREMODE} .include "../../audio/esound/buildlink2.mk" -- cgit v1.2.3