diff options
Diffstat (limited to 'sysutils/freesbie')
-rw-r--r-- | sysutils/freesbie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freesbie/Makefile b/sysutils/freesbie/Makefile index 5cd8a8303e8a..53857b917a25 100644 --- a/sysutils/freesbie/Makefile +++ b/sysutils/freesbie/Makefile @@ -30,7 +30,7 @@ pre-install: do-install: @${MKDIR} ${DATADIR} @ cd ${WRKSRC} && ${FIND} * -type f -print | ${CPIO} ${BINOWN}:${BINGRP} ${DATADIR} - @ cd ${DATADIR} && ${FIND} * -type d -print | xargs ${CHMOD} 0755 + @ cd ${DATADIR} && ${FIND} * -type d -print | ${XARGS} ${CHMOD} 0755 @ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type f -print | ${SORT} > ${TMPPLIST} @ cd ${PREFIX} && ${FIND} share/${PORTNAME} -type d -print | ${SORT} | ${SED} -e 's#^#@dirrm #' >> ${TMPPLIST} |