Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 10:51:58 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364960 - head/irc/miau
Message-ID:  <201408151051.s7FApw7u090627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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