diff options
Diffstat (limited to 'comms/dfu-util')
-rw-r--r-- | comms/dfu-util/Makefile | 3 | ||||
-rw-r--r-- | comms/dfu-util/pkg-message | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile index 00f953e..92e5b53 100644 --- a/comms/dfu-util/Makefile +++ b/comms/dfu-util/Makefile @@ -31,7 +31,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dfu-util ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/dfu-util.1 ${MAN1PREFIX}/man/man1 -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> diff --git a/comms/dfu-util/pkg-message b/comms/dfu-util/pkg-message deleted file mode 100644 index df412ea..0000000 --- a/comms/dfu-util/pkg-message +++ /dev/null @@ -1,2 +0,0 @@ -Note: dfu-util may not work on the first run, it might be necessary to run it -twice before it detects the device correctly. |