diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-17 01:42:04 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-17 01:42:04 +0800 |
commit | 2c7404496d02d836448036229941a58a9703e73d (patch) | |
tree | 22da8ebb6df3fc3f0dedd81f4f013acfa74c276a /net-p2p | |
parent | 6dff847004c653ab3fb5ced80c268e9d8797bff1 (diff) | |
download | freebsd-ports-gnome-2c7404496d02d836448036229941a58a9703e73d.tar.gz freebsd-ports-gnome-2c7404496d02d836448036229941a58a9703e73d.tar.zst freebsd-ports-gnome-2c7404496d02d836448036229941a58a9703e73d.zip |
Remove a very strange series of ^H's from the pkg-message, and remove the
${CAT} ${PKGMESSAGE} from post-install.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/mldonkey/files/pkg-message.in | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index c1fbe14f872f..ec25f838a6c0 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -152,9 +152,6 @@ do-install: .endfor .endif -post-install: - @${CAT} ${PKGMESSAGE} - install-user: extract .if !defined(LANG) @${ECHO_MSG} "Please call as: make install-user LANG=<lang>" diff --git a/net-p2p/mldonkey/files/pkg-message.in b/net-p2p/mldonkey/files/pkg-message.in index 9758a622b676..790e4df2f7cb 100644 --- a/net-p2p/mldonkey/files/pkg-message.in +++ b/net-p2p/mldonkey/files/pkg-message.in @@ -1,4 +1,4 @@ - ATTENTIONATTENTION: + ATTENTION: - If you want to know how to use mldonkey, read "INSTALL" or "FAQ.html" in the port docs (%%DOCSDIR%%) |