diff options
| author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
|---|---|---|
| committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
| commit | f725dc8ef5848b5e69ebefdc7c1f1517f26643fb (patch) | |
| tree | 61e738084a4bfbaac41e371a863552bfb8c6ed2a /sysutils/freesbie | |
| parent | Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. (diff) | |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Notes
Notes:
svn path=/head/; revision=93885
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} |
