Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2013 20:10:17 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335937 - head/devel/cweb
Message-ID:  <201312082010.rB8KAHV4028902@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Dec  8 20:10:17 2013
New Revision: 335937
URL: http://svnweb.freebsd.org/changeset/ports/335937

Log:
  Also avoid printing ${PKGMESSAGE} as part of installing (now staging!)
  this port.
  
  Suggested by:	bsam

Modified:
  head/devel/cweb/Makefile

Modified: head/devel/cweb/Makefile
==============================================================================
--- head/devel/cweb/Makefile	Sun Dec  8 20:05:18 2013	(r335936)
+++ head/devel/cweb/Makefile	Sun Dec  8 20:10:17 2013	(r335937)
@@ -36,7 +36,5 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKDIR}/cwebman.tex ${STAGEDIR}${DOCSDIR}
 .endif
-	@${ECHO}
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312082010.rB8KAHV4028902>