svn commit: r327982 - head/ports-mgmt/pkg

Bryan Drewery bdrewery at FreeBSD.org
Mon Sep 23 11:31:34 UTC 2013


Author: bdrewery
Date: Mon Sep 23 11:31:33 2013
New Revision: 327982
URL: http://svnweb.freebsd.org/changeset/ports/327982

Log:
  Remove 'cat PKG-MESSAGE' for staging

Modified:
  head/ports-mgmt/pkg/Makefile

Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile	Mon Sep 23 11:25:06 2013	(r327981)
+++ head/ports-mgmt/pkg/Makefile	Mon Sep 23 11:31:33 2013	(r327982)
@@ -80,6 +80,5 @@ PERIODIC_ALL=		${PERIODIC_DAILY} ${PERIO
 
 post-install:
 	@${INSTALL_DATA} ${WRKSRC}/pkg/pkg.conf.sample ${STAGEDIR}${PREFIX}/etc
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list