svn commit: r335937 - head/devel/cweb

Gerald Pfeifer gerald at FreeBSD.org
Sun Dec 8 20:10:18 UTC 2013


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>


More information about the svn-ports-head mailing list