diff options
Diffstat (limited to 'x11-toolkits/py-gnome/Makefile')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index ccab8ea49dac..19876329b364 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -38,8 +38,8 @@ post-install: ${MKDIR} ${EG_DST_DIR} ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xvf - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - find ${EG_DST_DIR} -type d -print | xargs ${CHMOD} 0555 - find ${EG_DST_DIR} -type f -print | xargs ${CHMOD} 0444 + ${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555 + ${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444 .else PLIST= ${WRKDIR}/PLIST.nodocs pre-install: |