From 5f5dc45b2aeddc476afebfc249dd04994aed6ee7 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 29 May 1999 01:12:52 +0000 Subject: Fix WRKSRC so it can be found. Submitted by: maintainer Add NO_PACKAGE, there are some stuff hardcoded into the compiled ROM files. --- net/etherboot/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'net') diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile index 9821bcb44282..1ab16a0fda2c 100644 --- a/net/etherboot/Makefile +++ b/net/etherboot/Makefile @@ -3,7 +3,7 @@ # Date created: 16 April 1999 # Whom: Doug Ambrisko # -# $Id: Makefile,v 1.2 1999/04/18 13:43:01 erich Exp $ +# $Id: Makefile,v 1.3 1999/05/06 21:49:25 billf Exp $ # DISTNAME= etherboot-4.1pre9 @@ -15,10 +15,9 @@ MAINTAINER= ambrisko@whistle.com BUILD_DEPENDS= as86:${PORTSDIR}/devel/bcc -BROKEN= "4.2 has been released, this port is no longer fetchable" - +NO_PACKAGE= yes # lots of configuration necessary USE_BZIP2= yes USE_GMAKE=1 # note uses is from emulation package -WRKSRC= ${WRKDIR}/${DISTNAME}/src-32 +WRKSRC= ${WRKDIR}/etherboot-4.1/src-32 .include -- cgit v1.2.3