aboutsummaryrefslogtreecommitdiff
path: root/comms/dfu-util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/dfu-util/Makefile')
-rw-r--r--comms/dfu-util/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile
index 223010b917d2..13ca94edefbb 100644
--- a/comms/dfu-util/Makefile
+++ b/comms/dfu-util/Makefile
@@ -1,18 +1,19 @@
-# Created by: Bruce Cran <bruce@cran.org.uk>
-
PORTNAME= dfu-util
-PORTVERSION= 0.10
+PORTVERSION= 0.11
+PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= http://dfu-util.sourceforge.net/releases/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Device firmware update (DFU) USB programmer
+WWW= https://dfu-util.sourceforge.net/
LICENSE= GPLv2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/dfu-prefix bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz \
- man/man1/dfu-prefix.1.gz man/man1/dfu-suffix.1.gz
+PLIST_FILES= bin/dfu-prefix bin/dfu-suffix bin/dfu-util share/man/man1/${PORTNAME}.1.gz \
+ share/man/man1/dfu-prefix.1.gz share/man/man1/dfu-suffix.1.gz
.include <bsd.port.mk>