summaryrefslogtreecommitdiff
path: root/games/moonlander
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 14:45:08 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 14:45:08 +0000
commite99ceadaf6c77b80c19e16d91306e944305b1c88 (patch)
treee8a8f4dac51e148717ae07e2de0c635ec5d58833 /games/moonlander
parentUpdate to 1.0.47. (diff)
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Notes
Notes: svn path=/head/; revision=93890
Diffstat (limited to 'games/moonlander')
-rw-r--r--games/moonlander/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.mk>