summaryrefslogtreecommitdiff
path: root/net/etherboot/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-29 01:12:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-29 01:12:52 +0000
commit5f5dc45b2aeddc476afebfc249dd04994aed6ee7 (patch)
treef0628e6ee28c7463b09b1be8e9a7487791728235 /net/etherboot/Makefile
parentgwget -> gtm (diff)
Fix WRKSRC so it can be found.
Submitted by: maintainer Add NO_PACKAGE, there are some stuff hardcoded into the compiled ROM files.
Notes
Notes: svn path=/head/; revision=19049
Diffstat (limited to '')
-rw-r--r--net/etherboot/Makefile7
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>