svn commit: r312819 - head/net/gpxe
Martin Wilke
miwi at FreeBSD.org
Sat Feb 23 14:22:29 UTC 2013
Author: miwi
Date: Sat Feb 23 14:22:28 2013
New Revision: 312819
URL: http://svnweb.freebsd.org/changeset/ports/312819
Log:
- Broken checksum mismatch
Modified:
head/net/gpxe/Makefile (contents, props changed)
Modified: head/net/gpxe/Makefile
==============================================================================
--- head/net/gpxe/Makefile Sat Feb 23 14:18:10 2013 (r312818)
+++ head/net/gpxe/Makefile Sat Feb 23 14:22:28 2013 (r312819)
@@ -25,6 +25,8 @@ USE_PERL5= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAKE_JOBS_SAFE= yes
+BROKEN= checksum mismatch
+
PLIST_DIRS= %%DATADIR%%
PLIST_FILES= %%DATADIR%%/gpxe.dsk \
%%DATADIR%%/gpxe.usb \
More information about the svn-ports-head
mailing list