diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 08:05:25 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 08:05:25 +0000 |
commit | f3a1a0c10135fc987471f9b2991661a2a50cb95a (patch) | |
tree | 9184b94722299b9e1ad138596d58322a63cb8f56 /security/l0phtcrack | |
parent | 05541aed285fee53ad6c5455554dee2621beb054 (diff) | |
download | ports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.tar.gz ports-f3a1a0c10135fc987471f9b2991661a2a50cb95a.zip |
Notes
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 f9d15cd592b6..557c9b5bcb42 100644 --- a/security/l0phtcrack/Makefile +++ b/security/l0phtcrack/Makefile @@ -43,7 +43,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lc_CLI ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/${DOCDIR} - cd ${WRKSRC} && pax -r -w *txt ${PREFIX}/${DOCDIR} + cd ${WRKSRC} && ${PAX} -r -w *txt ${PREFIX}/${DOCDIR} .endif .include <bsd.port.mk> |