diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-16 11:00:08 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-16 11:00:08 +0000 |
commit | 3dd0bcff123bed762d903f63c1012650fa344861 (patch) | |
tree | fb21b634333c609783a63487b226b4f38ed8cf9d /security/ophcrack | |
parent | 436004ee357b9823b2cabe6ea6fc72ee0da4667d (diff) | |
download | ports-3dd0bcff123bed762d903f63c1012650fa344861.tar.gz ports-3dd0bcff123bed762d903f63c1012650fa344861.zip |
- Kill superfluous line (debug leftover)
- Optimize away extra REINPLACE_CMD call
Notes
Notes:
svn path=/head/; revision=209148
Diffstat (limited to 'security/ophcrack')
-rw-r--r-- | security/ophcrack/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/ophcrack/Makefile b/security/ophcrack/Makefile index ca849b4345b6..5aea0b4683b1 100644 --- a/security/ophcrack/Makefile +++ b/security/ophcrack/Makefile @@ -18,7 +18,6 @@ COMMENT= Windows password cracker based on rainbow tables USE_GNOME= gtk20 USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" SUB_FILES+= pkg-message PORTDOCS= * MAN1= bkhive.1 samdump2.1 @@ -32,9 +31,8 @@ post-extract: @${REINPLACE_CMD} -e 's/ install-exec-local// ; 605,617d' \ ${WRKSRC}/Makefile.in # Hint the tools about correct endianness - @${REINPLACE_CMD} -e '27s,^,#include <machine/endian.h>,' \ - ${WRKDIR}/bkhive-${TOOLS_VER}/bkhive.c - @${REINPLACE_CMD} -e '34s,^,#include <machine/endian.h>,' \ + @${REINPLACE_CMD} -e '27s,^$$,#include <machine/endian.h>,' \ + ${WRKDIR}/bkhive-${TOOLS_VER}/bkhive.c \ ${WRKDIR}/samdump2-${TOOLS_VER}/samdump2.c post-build: |