diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-09-20 18:26:59 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-09-20 18:26:59 +0000 |
commit | 5ed37ddf78dc5fee5a07699cc6522cf5ca0fb02e (patch) | |
tree | 54ef40ba581d5e27276dcd4f30a14cd5a1d04390 /comms/dfu-util/Makefile | |
parent | df40d06c8094ce705d191222b835d3e6410c6d37 (diff) |
Notes
Diffstat (limited to 'comms/dfu-util/Makefile')
-rw-r--r-- | comms/dfu-util/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile index f956853895b5..2dd55f1a57f7 100644 --- a/comms/dfu-util/Makefile +++ b/comms/dfu-util/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= dfu-util -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= comms MASTER_SITES= http://dfu-util.gnumonks.org/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Device firmware update (DFU) USB programmer LICENSE= GPLv2 @@ -16,6 +16,6 @@ CONFIGURE_ENV= USE_LIBS="-lusb" \ ac_cv_lib_usbpath_usb_path2devnum=no CONFIGURE_ARGS= --disable-silent-rules -PLIST_FILES= bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/dfu-prefix bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz .include <bsd.port.mk> |