diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /comms/dfu-util | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) |
Notes
Diffstat (limited to 'comms/dfu-util')
-rw-r--r-- | comms/dfu-util/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile index 92e5b538f395..e71c34f9647e 100644 --- a/comms/dfu-util/Makefile +++ b/comms/dfu-util/Makefile @@ -7,6 +7,7 @@ PORTNAME= dfu-util DISTVERSION= 0.1.snap${SNAPDATE} +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.cran.org.uk/~brucec/software/ @@ -15,7 +16,7 @@ COMMENT= Device firmware update (DFU) USB programmer MAN1= dfu-util.1 PLIST_FILES= bin/dfu-util -USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:262 +USE_AUTOTOOLS= aclocal:19 automake:19 autoheader:267 AUTOMAKE_ARGS= --add-missing --foreign --copy SNAPDATE= 20090212 |