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 /www/mmosaic | |
parent | 985ad018658ea12b1f67b9a76f8252fac0982438 (diff) | |
download | ports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.tar.gz ports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.zip |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Notes
Notes:
svn path=/head/; revision=93885
Diffstat (limited to 'www/mmosaic')
-rw-r--r-- | www/mmosaic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mmosaic/Makefile b/www/mmosaic/Makefile index 4c5f05c5db4b..dab64c9652cc 100644 --- a/www/mmosaic/Makefile +++ b/www/mmosaic/Makefile @@ -36,7 +36,7 @@ post-patch: pre-install: ${ECHO_CMD} bin/mmosaic > ${PLIST} - cd ${WRKSRC}/Copyrights; for i in `find * -type f`; do \ + cd ${WRKSRC}/Copyrights; for i in `${FIND} * -type f`; do \ ${ECHO_CMD} share/doc/mmosaic/$${i} >> ${PLIST}; \ done |