diff options
author | asami <asami@FreeBSD.org> | 1999-05-29 01:12:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-05-29 01:12:52 +0000 |
commit | 1148c2150115df12d39bd22558013b5b533c9e96 (patch) | |
tree | 73b5c509021c480910c30d55579f081fdc756f5e /net/etherboot | |
parent | a5f45f6967bc58404554842d938af2f61e18d317 (diff) | |
download | FreeBSD-ports-1148c2150115df12d39bd22558013b5b533c9e96.zip FreeBSD-ports-1148c2150115df12d39bd22558013b5b533c9e96.tar.gz |
Fix WRKSRC so it can be found.
Submitted by: maintainer
Add NO_PACKAGE, there are some stuff hardcoded into the compiled ROM files.
Diffstat (limited to 'net/etherboot')
-rw-r--r-- | net/etherboot/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile index 9821bcb..1ab16a0 100644 --- a/net/etherboot/Makefile +++ b/net/etherboot/Makefile @@ -3,7 +3,7 @@ # Date created: 16 April 1999 # Whom: Doug Ambrisko <ambrisko@whistle.com> # -# $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 <bsd.port.mk> |