aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/dfu-util/Makefile3
-rw-r--r--comms/dfu-util/pkg-message2
2 files changed, 0 insertions, 5 deletions
diff --git a/comms/dfu-util/Makefile b/comms/dfu-util/Makefile
index 00f953e601e7..92e5b538f395 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 df412ea52d65..000000000000
--- 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.