diff options
author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-11-02 00:28:34 +0000 |
---|---|---|
committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-11-02 00:28:34 +0000 |
commit | 14d79b74e7ea11c851d0d5363ad96d80082fb1f2 (patch) | |
tree | 7585b1d098827a56ffadcdbece7e81ff5036abbf /misc/ezload/Makefile | |
parent | Update to 2.8.3dev.13 (previous distfile was no longer fetchable). (diff) |
Update to 0.2 of the EZ tools.
- Supports Linux now too (Brad.Hards@dao.defence.gov.au)
- mupdated firmware for the ActiveWire board (bug fixes)
- make the aw board work with CURRENT again.
Notes
Notes:
svn path=/head/; revision=22845
Diffstat (limited to 'misc/ezload/Makefile')
-rw-r--r-- | misc/ezload/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/ezload/Makefile b/misc/ezload/Makefile index 9e9fa49a7578..d519224be50a 100644 --- a/misc/ezload/Makefile +++ b/misc/ezload/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: oneko -# Version required: 0.1 +# New ports collection makefile for: ezload +# Version required: 0.2 # Date created: 14 august 1999 # Whom: n_hibma # # $FreeBSD$ # -DISTNAME= ezload-0.1 +DISTNAME= ezload-0.2 CATEGORIES= misc MASTER_SITES= http://www.etla.net/~n_hibma/usb/ |