diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-20 01:23:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-20 01:23:22 +0000 |
commit | 45166df402ea47d73dbfe9707cf9eac7f189d127 (patch) | |
tree | ecd90c992417bb0188bd47d0934699c3ad45d7b1 /comms/dfu-util | |
parent | 27f4c9fd985b20814b54bf7b5a643c80ea195efd (diff) | |
download | ports-45166df402ea47d73dbfe9707cf9eac7f189d127.tar.gz ports-45166df402ea47d73dbfe9707cf9eac7f189d127.zip |
- Remove pkg-message, not needed any more
PR: 132825
Submitted by: Bruce Cran <bruce at cran dot org dot uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=230457
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 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. |