svn commit: r313056 - head/security/dissembler
Martin Wilke
miwi at FreeBSD.org
Wed Feb 27 14:27:06 UTC 2013
Author: miwi
Date: Wed Feb 27 14:27:06 2013
New Revision: 313056
URL: http://svnweb.freebsd.org/changeset/ports/313056
Log:
- Broken checksum mismatch
- While here convert header
Modified:
head/security/dissembler/Makefile (contents, props changed)
Modified: head/security/dissembler/Makefile
==============================================================================
--- head/security/dissembler/Makefile Wed Feb 27 14:20:59 2013 (r313055)
+++ head/security/dissembler/Makefile Wed Feb 27 14:27:06 2013 (r313056)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: dissembler
-# Date created: 13 Mar 2005
-# Whom: Yonatan <onatan at gmail.com>
-#
+# Created by: Yonatan <onatan at gmail.com>
# $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
More information about the svn-ports-head
mailing list