svn commit: r364960 - head/irc/miau

John Marino marino at FreeBSD.org
Fri Aug 15 10:51:58 UTC 2014


Author: marino
Date: Fri Aug 15 10:51:57 2014
New Revision: 364960
URL: http://svnweb.freebsd.org/changeset/ports/364960
QAT: https://qat.redports.org/buildarchive/r364960/

Log:
  irc/mias: Unmute installation command
  
  Noticed by:	@danfe

Modified:
  head/irc/miau/Makefile

Modified: head/irc/miau/Makefile
==============================================================================
--- head/irc/miau/Makefile	Fri Aug 15 10:47:01 2014	(r364959)
+++ head/irc/miau/Makefile	Fri Aug 15 10:51:57 2014	(r364960)
@@ -45,7 +45,7 @@ post-patch:
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list