diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/etherboot/Makefile | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) |
Notes
Diffstat (limited to 'net/etherboot/Makefile')
-rw-r--r-- | net/etherboot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/etherboot/Makefile b/net/etherboot/Makefile index 55db0423e4ef..62823887c621 100644 --- a/net/etherboot/Makefile +++ b/net/etherboot/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: etherboot -# Version required: 4.2.11 # Date created: 16 April 1999 # Whom: Doug Ambrisko <ambrisko@whistle.com> # # $FreeBSD$ # -DISTNAME= etherboot-4.5.5 -PKGNAME= etherboot-4.5 +PORTNAME= etherboot +PORTVERSION= 4.5.5 CATEGORIES= net MASTER_SITES= http://www.slug.org.au/etherboot/ \ http://www.us.kernel.org/pub/linux/devel/gcc/ \ |