diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-01-04 10:26:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-01-04 10:26:12 +0000 |
commit | 5f341f4004b1ab527a845c38d5e507334cb64dd9 (patch) | |
tree | b3f04cfcccf0f2e334736b7350f8b2e11d2508e5 /misc | |
parent | c75c4f7ffac27f5555793731e0c015f22b755d1a (diff) | |
download | ports-5f341f4004b1ab527a845c38d5e507334cb64dd9.tar.gz ports-5f341f4004b1ab527a845c38d5e507334cb64dd9.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ezload/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/ezload/Makefile b/misc/ezload/Makefile index bcd2f8c401c2..117e61253e1d 100644 --- a/misc/ezload/Makefile +++ b/misc/ezload/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://proj.bpsw.biz/ezload/downloads/ -MAINTAINER= bahamasfranks@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Firmware down/uploader for Cypress' EZ-USB chip MAN1= ezupload.1 ezdownload.1 aw.1 @@ -25,4 +25,7 @@ MAKE_ENV= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" MKDIR="${MKDIR}" INS BROKEN= does not build .endif +DEPRECATED= does not build with new USB stack in 8-STABLE +EXPIRATION_DATE= 2010-04-04 + .include <bsd.port.post.mk> |