svn commit: r305358 - head/misc/compat9x

Dag-Erling Smørgrav des at FreeBSD.org
Sat Oct 6 11:47:55 UTC 2012


Author: des
Date: Sat Oct  6 11:47:54 2012
New Revision: 305358
URL: http://svn.freebsd.org/changeset/ports/305358

Log:
  Don't try to display a file that doesn't exist.

Modified:
  head/misc/compat9x/Makefile

Modified: head/misc/compat9x/Makefile
==============================================================================
--- head/misc/compat9x/Makefile	Sat Oct  6 11:23:16 2012	(r305357)
+++ head/misc/compat9x/Makefile	Sat Oct  6 11:47:54 2012	(r305358)
@@ -39,7 +39,4 @@ do-install:
 	(cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR})
 .endif
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.post.mk>



More information about the svn-ports-all mailing list