aboutsummaryrefslogtreecommitdiff
path: root/net/etherboot/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-11-22 22:18:02 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-11-22 22:18:02 +0000
commitbf33f3e5b84df668f8b5e5153f96631610f261b8 (patch)
tree9b06aaa327ca5e2af4d1efe56413c017d39a5fd1 /net/etherboot/Makefile
parent97772c33d5f8cca14b9d4e6fc8646ff1eab68bae (diff)
downloadports-bf33f3e5b84df668f8b5e5153f96631610f261b8.tar.gz
ports-bf33f3e5b84df668f8b5e5153f96631610f261b8.zip
- Update to 5.2.6
ChangeLog: - Support for FILO - Support for USB disks - btext console - Fixes for eepro100, rtl8139, sis900, tlan, tulip and via-rhine drivers - Added drivers for mtd80x and Davicom based cards PR: ports/101721 Submitted by: me (stas) Approved by: maintainer timeout (3,5 months)
Notes
Notes: svn path=/head/; revision=177847
Diffstat (limited to 'net/etherboot/Makefile')
-rw-r--r--net/etherboot/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile
index 4b7e63749312..183b7828c323 100644
--- a/net/etherboot/Makefile
+++ b/net/etherboot/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= etherboot
-PORTVERSION= 5.2.4
-PORTREVISION= 1
+PORTVERSION= 5.2.6
+PORTREVISION= 0
CATEGORIES= net
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
#MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +16,7 @@ MASTER_SITES= http://etherboot.sourceforge.net/ \
http://etherboot.berlios.de/dist/
MAINTAINER= ambrisko@freebsd.org
-COMMENT= Network boot of FreeBSD a.out/ELF kernels. Replaces/improves netboot.
+COMMENT= Network boot of FreeBSD a.out/ELF kernels (improved netboot)
NO_PACKAGE= lots of configuration necessary
USE_BZIP2= 1
@@ -25,9 +25,11 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_PERL5_BUILD=yes
ONLY_FOR_ARCHS= i386
+.include <bsd.port.pre.mk>
+
do-install:
@${ECHO} Refer ${DESCR} and ${WRKDIR}/${PKGNAME}/doc for how to
@${ECHO} build and install the rom/floppy image.
- @exit 1
+ @${FALSE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>