diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-13 20:54:57 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-13 20:54:57 +0800 |
commit | 99ccbb6b71b7698a171b47b4acb288b8115e0a5b (patch) | |
tree | 8539a8273e773aa9e7e4c8e20ed94e1cbb1e2352 /security/l0phtcrack | |
parent | f32647514bf03eb1a573982c5d55b2d3188a2e39 (diff) | |
download | freebsd-ports-gnome-99ccbb6b71b7698a171b47b4acb288b8115e0a5b.tar.gz freebsd-ports-gnome-99ccbb6b71b7698a171b47b4acb288b8115e0a5b.tar.zst freebsd-ports-gnome-99ccbb6b71b7698a171b47b4acb288b8115e0a5b.zip |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'security/l0phtcrack')
-rw-r--r-- | security/l0phtcrack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/l0phtcrack/Makefile b/security/l0phtcrack/Makefile index bb24f79f37c8..a375b7f56cc2 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -32,7 +32,7 @@ do-build: pre-install: ${ECHO_CMD} bin/lc_CLI > ${PLIST} .if !defined(NOPORTDOCS) - for i in `find ${WRKDIR} -name '*txt'`; \ + for i in `${FIND} ${WRKDIR} -name '*txt'`; \ do ${ECHO_CMD} ${DOCDIR}/`${BASENAME} $${i}` >> ${PLIST}; \ done ${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST} |