aboutsummaryrefslogtreecommitdiff
path: root/security/mdcrack
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-06 07:22:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-06 07:22:34 +0000
commit151454a06f7032cd57f775d50e878a26fa1a499e (patch)
treec2b732d2eea8331900d0c9308bd30d9cbcd3df85 /security/mdcrack
parent9a8024410c9e59fdae5e809a0b73bf85f7c50954 (diff)
downloadports-151454a06f7032cd57f775d50e878a26fa1a499e.tar.gz
ports-151454a06f7032cd57f775d50e878a26fa1a499e.zip
Notes
Diffstat (limited to 'security/mdcrack')
-rw-r--r--security/mdcrack/Makefile1
-rw-r--r--security/mdcrack/files/patch-Makefile4
2 files changed, 2 insertions, 3 deletions
diff --git a/security/mdcrack/Makefile b/security/mdcrack/Makefile
index 33e5cf1b4c75..a7f286d1de47 100644
--- a/security/mdcrack/Makefile
+++ b/security/mdcrack/Makefile
@@ -13,5 +13,4 @@ COMMENT= Bruteforce password MD5 hashes
ALL_TARGET= little
PLIST_FILES= bin/mdcrack
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/security/mdcrack/files/patch-Makefile b/security/mdcrack/files/patch-Makefile
index 9e5f829f47e5..9baceb924c02 100644
--- a/security/mdcrack/files/patch-Makefile
+++ b/security/mdcrack/files/patch-Makefile
@@ -28,8 +28,8 @@
- @echo
- @echo -n "Installing mdcrack-version in /usr/sbin/mdcrack-version ..... "
- @echo $(CFLAGS) $(NCURSES) $(CPU) $(MDCRACK_OPTS) $(MDARCH) $(BLOCK) > /usr/sbin/mdcrack-version
-+ @echo -n "Installing mdcrack in ${PREFIX}/bin/mdcrack ..... "
-+ @cp bin/mdcrack ${PREFIX}/bin/mdcrack
++ @echo -n "Installing mdcrack in $(DESTDIR)${PREFIX}/bin/mdcrack ..... "
++ @cp bin/mdcrack $(DESTDIR)${PREFIX}/bin/mdcrack
@echo "ok."
@echo
@echo "-*-*-*-*-*-*-*-*-*-*-*-*-*-*-"