svn commit: r363917 - head/emulators/vmw

Dirk Meyer dinoex at FreeBSD.org
Sun Aug 3 15:46:32 UTC 2014


Author: dinoex
Date: Sun Aug  3 15:46:31 2014
New Revision: 363917
URL: http://svnweb.freebsd.org/changeset/ports/363917
QAT: https://qat.redports.org/buildarchive/r363917/

Log:
  - restore verbose

Modified:
  head/emulators/vmw/Makefile

Modified: head/emulators/vmw/Makefile
==============================================================================
--- head/emulators/vmw/Makefile	Sun Aug  3 15:43:37 2014	(r363916)
+++ head/emulators/vmw/Makefile	Sun Aug  3 15:46:31 2014	(r363917)
@@ -29,7 +29,7 @@ do-install:
 .for i in ${SBINS}
 	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/sbin/
 .endfor
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/.. && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/)
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list