svn commit: r365111 - in head/net-p2p/mldonkey: . files

Adam Weinberger adamw at FreeBSD.org
Sat Aug 16 17:42:05 UTC 2014


Author: adamw
Date: Sat Aug 16 17:42:04 2014
New Revision: 365111
URL: http://svnweb.freebsd.org/changeset/ports/365111
QAT: https://qat.redports.org/buildarchive/r365111/

Log:
  Remove a very strange series of ^H's from the pkg-message, and remove the
  ${CAT} ${PKGMESSAGE} from post-install.

Modified:
  head/net-p2p/mldonkey/Makefile
  head/net-p2p/mldonkey/files/pkg-message.in

Modified: head/net-p2p/mldonkey/Makefile
==============================================================================
--- head/net-p2p/mldonkey/Makefile	Sat Aug 16 17:30:13 2014	(r365110)
+++ head/net-p2p/mldonkey/Makefile	Sat Aug 16 17:42:04 2014	(r365111)
@@ -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>"

Modified: head/net-p2p/mldonkey/files/pkg-message.in
==============================================================================
--- head/net-p2p/mldonkey/files/pkg-message.in	Sat Aug 16 17:30:13 2014	(r365110)
+++ head/net-p2p/mldonkey/files/pkg-message.in	Sat Aug 16 17:42:04 2014	(r365111)
@@ -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%%)


More information about the svn-ports-all mailing list