svn commit: r308258 - head/misc/figlet

David E. O'Brien obrien at FreeBSD.org
Tue Dec 4 18:05:24 UTC 2012


Author: obrien
Date: Tue Dec  4 18:05:23 2012
New Revision: 308258
URL: http://svnweb.freebsd.org/changeset/ports/308258

Log:
  Consistent output.
  
  Feature safe:	yes

Modified:
  head/misc/figlet/Makefile

Modified: head/misc/figlet/Makefile
==============================================================================
--- head/misc/figlet/Makefile	Tue Dec  4 18:04:46 2012	(r308257)
+++ head/misc/figlet/Makefile	Tue Dec  4 18:05:23 2012	(r308258)
@@ -36,8 +36,8 @@ do-install:
 	@ ${INSTALL_DATA} ${WRKSRC}/fonts/*.flc ${DATADIR}
 	@ cd ${WRKSRC} && ${INSTALL_MAN} *.6 ${PREFIX}/man/man6
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/figfont.txt ${DOCSDIR}
+	@ ${MKDIR} ${DOCSDIR}
+	@ ${INSTALL_DATA} ${WRKSRC}/figfont.txt ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list