diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-05-29 01:12:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-05-29 01:12:52 +0000 |
commit | 5f5dc45b2aeddc476afebfc249dd04994aed6ee7 (patch) | |
tree | f0628e6ee28c7463b09b1be8e9a7487791728235 /net/etherboot | |
parent | 323ecb288c5939759a0a207f09a83a94683a637a (diff) | |
download | ports-5f5dc45b2aeddc476afebfc249dd04994aed6ee7.tar.gz ports-5f5dc45b2aeddc476afebfc249dd04994aed6ee7.zip |
Notes
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 9821bcb44282..1ab16a0fda2c 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> |