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 /security/l0phtcrack/Makefile | |
parent | 985ad018658ea12b1f67b9a76f8252fac0982438 (diff) | |
download | ports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.tar.gz ports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.zip |
Notes
Diffstat (limited to 'security/l0phtcrack/Makefile')
-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} |