aboutsummaryrefslogtreecommitdiff
path: root/security/mdcrack
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:55:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:55:24 +0000
commita65ed2e51bf631a6b8ab766f984bf33c686d239a (patch)
tree446f26536f63818c96e297aac8c4f1490814f146 /security/mdcrack
parent192c7ddec012f94ed6e9e8a5c98b23626960bfc3 (diff)
downloadports-a65ed2e51bf631a6b8ab766f984bf33c686d239a.tar.gz
ports-a65ed2e51bf631a6b8ab766f984bf33c686d239a.zip
Notes
Diffstat (limited to 'security/mdcrack')
-rw-r--r--security/mdcrack/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/security/mdcrack/Makefile b/security/mdcrack/Makefile
index adc046733f64..33e5cf1b4c75 100644
--- a/security/mdcrack/Makefile
+++ b/security/mdcrack/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: mdcrack
-# Date created: Apr 19, 2001
-# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= mdcrack
PORTVERSION= 1.2
@@ -18,4 +13,5 @@ COMMENT= Bruteforce password MD5 hashes
ALL_TARGET= little
PLIST_FILES= bin/mdcrack
+NO_STAGE= yes
.include <bsd.port.mk>