diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-11-22 19:00:55 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-11-22 19:00:55 +0000 |
commit | 60ee69103bb4779ca3f523975d19e73f83d510c6 (patch) | |
tree | 3dc83d1e94eeccd0d910b296225648feba506294 /misc/ezload | |
parent | 2ea5f583460ea0a1de04f216c430cc67cbd0ca4e (diff) | |
download | FreeBSD-ports-60ee69103bb4779ca3f523975d19e73f83d510c6.zip FreeBSD-ports-60ee69103bb4779ca3f523975d19e73f83d510c6.tar.gz |
Update to ezload-0.3.1
Diffstat (limited to 'misc/ezload')
-rw-r--r-- | misc/ezload/Makefile | 18 | ||||
-rw-r--r-- | misc/ezload/distinfo | 2 | ||||
-rw-r--r-- | misc/ezload/pkg-plist | 5 |
3 files changed, 15 insertions, 10 deletions
diff --git a/misc/ezload/Makefile b/misc/ezload/Makefile index d519224..fadd46d 100644 --- a/misc/ezload/Makefile +++ b/misc/ezload/Makefile @@ -1,26 +1,26 @@ # New ports collection makefile for: ezload -# Version required: 0.2 -# Date created: 14 august 1999 +# Version required: 0.3.1 +# Date created: 18 november 1999 # Whom: n_hibma # # $FreeBSD$ # -DISTNAME= ezload-0.2 +DISTNAME= ezload-0.3.1 CATEGORIES= misc MASTER_SITES= http://www.etla.net/~n_hibma/usb/ MAINTAINER= n_hibma@FreeBSD.ORG -MAN8= ezupload.8 ezdownload.8 aw.8 +MAN1= ezupload.1 ezdownload.1 aw.1 MANCOMPRESSED= yes -MAKE_ENV= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man +MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" MKDIR="${MKDIR}" INSTALL_DATA="${INSTALL_DATA}" FORCE="${FORCE}" .include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400000 -IGNORE= 'This port only works on 4.x+' + +.if ${OSVERSION} < 400012 +IGNORE= 'This port only works on 4.00012' .endif - + .include <bsd.port.post.mk> diff --git a/misc/ezload/distinfo b/misc/ezload/distinfo index 0c2e565..7062e77 100644 --- a/misc/ezload/distinfo +++ b/misc/ezload/distinfo @@ -1 +1 @@ -MD5 (ezload-0.2.tar.gz) = 72372942e581e420e1579c9c39b0b314 +MD5 (ezload-0.3.1.tar.gz) = f88178d5f9e8dc157353cd33e0d8dac4 diff --git a/misc/ezload/pkg-plist b/misc/ezload/pkg-plist index dfad9c4..c1172ed 100644 --- a/misc/ezload/pkg-plist +++ b/misc/ezload/pkg-plist @@ -1,3 +1,8 @@ bin/ezdownload bin/ezupload bin/aw +share/usb/firmware/0854.0100.0000.hex +share/usb/firmware/0854.0100.0001.hex +share/usb/firmware/README +@dirrm share/usb/firmware +@dirrm share/usb |