aboutsummaryrefslogtreecommitdiff
path: root/comms/dfu-util
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-18 00:37:15 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-18 00:37:15 +0000
commit57e3213639e451ddc7e2311587929b679827e385 (patch)
tree2b38c4ddded75d6142be0d45209292474f0596a8 /comms/dfu-util
parentec67c2b687d0b609821be9dac725661545f90926 (diff)
downloadports-57e3213639e451ddc7e2311587929b679827e385.tar.gz
ports-57e3213639e451ddc7e2311587929b679827e385.zip
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=334137
Diffstat (limited to 'comms/dfu-util')
-rw-r--r--comms/dfu-util/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile
index 454d2102b0ce..f956853895b5 100644
--- a/comms/dfu-util/Makefile
+++ b/comms/dfu-util/Makefile
@@ -16,8 +16,6 @@ CONFIGURE_ENV= USE_LIBS="-lusb" \
ac_cv_lib_usbpath_usb_path2devnum=no
CONFIGURE_ARGS= --disable-silent-rules
-MAN1= dfu-util.1
-PLIST_FILES= bin/dfu-suffix bin/dfu-util
+PLIST_FILES= bin/dfu-suffix bin/dfu-util man/man1/${PORTNAME}.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>