From aecef611501054df0e3fac44883161ae237656fe Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 27 Feb 2013 14:27:06 +0000 Subject: - Broken checksum mismatch - While here convert header --- security/dissembler/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'security/dissembler') diff --git a/security/dissembler/Makefile b/security/dissembler/Makefile index 8d609153621c..63c5cf073500 100644 --- a/security/dissembler/Makefile +++ b/security/dissembler/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: dissembler -# Date created: 13 Mar 2005 -# Whom: Yonatan -# +# Created by: Yonatan # $FreeBSD$ -# PORTNAME= dissembler PORTVERSION= 0.9 @@ -19,6 +15,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME} PLIST_FILES=bin/${PORTNAME} PORTDOCS= ${PORTNAME}.txt +BROKEN= checksum mismatch + do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c -- cgit