diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 08:05:25 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 08:05:25 +0000 |
commit | a2cac0231eb4e92e58b00a167574ee27c8f1c354 (patch) | |
tree | 1783d42db69482fe9b0585884987dd73e27606b8 /security/l0phtcrack | |
parent | 8e91f1a7ca722250d05e300697711f8bcfc60534 (diff) | |
download | FreeBSD-ports-a2cac0231eb4e92e58b00a167574ee27c8f1c354.zip FreeBSD-ports-a2cac0231eb4e92e58b00a167574ee27c8f1c354.tar.gz |
Use PAX macro.
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 f9d15cd..557c9b5 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> |