From e99ceadaf6c77b80c19e16d91306e944305b1c88 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 13 Nov 2003 14:45:08 +0000 Subject: Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. --- games/moonlander/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/moonlander') diff --git a/games/moonlander/Makefile b/games/moonlander/Makefile index d6510a80208e..94900b073d82 100644 --- a/games/moonlander/Makefile +++ b/games/moonlander/Makefile @@ -43,6 +43,7 @@ do-install: .endfor post-install: - @find ${PREFIX}/share/moonlander -type f -print0 |xargs -0 ${CHMOD} 444 + @${FIND} ${PREFIX}/share/moonlander -type f -print0 | \ + ${XARGS} -0 ${CHMOD} 444 .include -- cgit v1.2.3