aboutsummaryrefslogtreecommitdiff
path: root/comms/dfu-util
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:03:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:03:29 +0000
commit2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (patch)
tree8db179eca6ba6e7449724456d92a408d868a7732 /comms/dfu-util
parentf5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (diff)
downloadports-2b300eeb3f3f12f89596c38ef5510f621dde4ca9.tar.gz
ports-2b300eeb3f3f12f89596c38ef5510f621dde4ca9.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: comms)
Notes
Notes: svn path=/head/; revision=327714
Diffstat (limited to 'comms/dfu-util')
-rw-r--r--comms/dfu-util/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile
index 27610cfc9ad8..454d2102b0ce 100644
--- a/comms/dfu-util/Makefile
+++ b/comms/dfu-util/Makefile
@@ -19,4 +19,5 @@ CONFIGURE_ARGS= --disable-silent-rules
MAN1= dfu-util.1
PLIST_FILES= bin/dfu-suffix bin/dfu-util
+NO_STAGE= yes
.include <bsd.port.mk>