diff options
author | pav <pav@FreeBSD.org> | 2005-05-28 22:33:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-28 22:33:25 +0800 |
commit | 431df79826f84329b79a7e964e8d6345ac490240 (patch) | |
tree | 82fcdb397bede86f943c5ea1e9398666313887d3 /net-p2p | |
parent | fd04ec7a7cf311602916291b5dea53ed6ada9e7f (diff) | |
download | freebsd-ports-gnome-431df79826f84329b79a7e964e8d6345ac490240.tar.gz freebsd-ports-gnome-431df79826f84329b79a7e964e8d6345ac490240.tar.zst freebsd-ports-gnome-431df79826f84329b79a7e964e8d6345ac490240.zip |
- Add pkg-message with a note about limitation of this software with big files
PR: ports/74177, ports/81581
Submitted by: No Name <arundel@h3c.de>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linux-edonkey-tool-recovermet/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/linux-edonkey-tool-recovermet/pkg-message | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/net-p2p/linux-edonkey-tool-recovermet/Makefile b/net-p2p/linux-edonkey-tool-recovermet/Makefile index 074c963676ae..35befd2aae5a 100644 --- a/net-p2p/linux-edonkey-tool-recovermet/Makefile +++ b/net-p2p/linux-edonkey-tool-recovermet/Makefile @@ -50,4 +50,7 @@ pre-install: .endif @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME} +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> diff --git a/net-p2p/linux-edonkey-tool-recovermet/pkg-message b/net-p2p/linux-edonkey-tool-recovermet/pkg-message new file mode 100644 index 000000000000..cccee49c5e50 --- /dev/null +++ b/net-p2p/linux-edonkey-tool-recovermet/pkg-message @@ -0,0 +1,4 @@ + ATTENTION: + +This application will crash when being used on a file >2GB. See 'man 2 mmap' +for more information about the memory allocation limits of FreeBSD. |