diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 22:04:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 22:04:00 +0000 |
commit | ab162ac39b9d245581e87459d781c241d9af31fe (patch) | |
tree | 674306adb9c43d3471b70219da58dc136ad27bf5 | |
parent | Fix build on current by respecting CFLAGS (diff) |
Mark as broken: does not fetch
Notes
Notes:
svn path=/head/; revision=317277
-rw-r--r-- | sysutils/linux-megamgr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/linux-megamgr/Makefile b/sysutils/linux-megamgr/Makefile index 2303d7f808b2..0f5e58c2055c 100644 --- a/sysutils/linux-megamgr/Makefile +++ b/sysutils/linux-megamgr/Makefile @@ -1,6 +1,4 @@ -# Ports collection makefile for: linux-megamgr -# Date created: Tue, Sep 5th, 2006 -# Whom: Patrick M. Hausen (pmh@hausen.com) +# Created by: Patrick M. Hausen (pmh@hausen.com) # # $FreeBSD$ # @@ -14,6 +12,8 @@ DISTNAME= ut_linux_mgr_5.20 MAINTAINER= ports@FreeBSD.org COMMENT= LSI MegaRAID controller management utility +BROKEN= Does not fetch + NO_WRKSUBDIR= yes USE_ZIP= yes RESTRICTED= Redistribution seems to be prohibited |