Date: Sat, 6 Oct 2012 11:47:54 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305358 - head/misc/compat9x Message-ID: <201210061147.q96Blspd057180@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210061147.q96Blspd057180>