diff options
Diffstat (limited to 'wm/enlightenment/Makefile')
-rw-r--r-- | wm/enlightenment/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile index 186e843fcaf..b7aa480f7cd 100644 --- a/wm/enlightenment/Makefile +++ b/wm/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:21:34 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/05/19 03:56:40 jlam Exp $ DISTNAME= enlightenment-0.16.4 CATEGORIES= x11 gnome wm @@ -28,8 +28,8 @@ post-install: ${TOUCH} ${PREFIX}/$${FILE}; \ done ${FIND} ${PREFIX}/share/enlightenment/themes -type d | \ - xargs ${CHMOD} ${BINMODE} + ${XARGS} ${CHMOD} ${BINMODE} ${FIND} ${PREFIX}/share/enlightenment/themes -type f | \ - xargs ${CHMOD} ${NONBINMODE} + ${XARGS} ${CHMOD} ${NONBINMODE} .include "../../mk/bsd.pkg.mk" |