diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-20 09:23:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-20 09:23:22 +0800 |
commit | f9095c754f18f4a857de9105343b5e9f7a957bd7 (patch) | |
tree | 301ca651731bb223df2b9f38b6fa9aa97caecc9e /comms/dfu-util | |
parent | 998f8bf1031d8321b350bcc32a01758d18b0519f (diff) | |
download | freebsd-ports-gnome-f9095c754f18f4a857de9105343b5e9f7a957bd7.tar.gz freebsd-ports-gnome-f9095c754f18f4a857de9105343b5e9f7a957bd7.tar.zst freebsd-ports-gnome-f9095c754f18f4a857de9105343b5e9f7a957bd7.zip |
- Remove pkg-message, not needed any more
PR: 132825
Submitted by: Bruce Cran <bruce at cran dot org dot uk> (maintainer)
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. |