Index: Makefile
===================================================================
--- Makefile	(revision 385635)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mdcrack
 PORTVERSION=	1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	http://membres.lycos.fr/mdcrack/download/
 
@@ -13,4 +13,16 @@
 ALL_TARGET=	little
 PLIST_FILES=	bin/mdcrack
 
-.include <bsd.port.mk>
+USES=		compiler:features
+
+.include <bsd.port.pre.mk>
+
+.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 36
+post-patch:
+	@${REINPLACE_CMD} -e 's|-fforce-addr||' ${WRKSRC}/Makefile
+.endif
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.post.mk>