aboutsummaryrefslogtreecommitdiff
path: root/security/truecrack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/truecrack/Makefile')
-rw-r--r--security/truecrack/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/truecrack/Makefile b/security/truecrack/Makefile
index d51f55f0ea2a..914f72c9ff30 100644
--- a/security/truecrack/Makefile
+++ b/security/truecrack/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: truecrack
-# Date created: 23 May 2012
-# Whom: Ryan Steinmetz <zi@FreeBSD.org>
-#
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= truecrack
@@ -26,6 +23,7 @@ DICTIONARIES= dictionary_100k.txt dictionary_10k.txt dictionary.txt
PORTDATA= ${DICTIONARIES}
.endif
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's/CFLAGS =/CFLAGS +=/g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's/return ;/return 0;/g' ${WRKSRC}/Main/Utils.c