aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2014-08-03 23:46:31 +0800
committerdinoex <dinoex@FreeBSD.org>2014-08-03 23:46:31 +0800
commitacf3cea29f3c21901fc9470bba090d509a3476d0 (patch)
treeb0db3f2641fa44f6177e062dabc6788cadad47f8 /emulators
parenta63d95870398097da3fffc73d6dcfeb5207a8a49 (diff)
downloadfreebsd-ports-gnome-acf3cea29f3c21901fc9470bba090d509a3476d0.tar.gz
freebsd-ports-gnome-acf3cea29f3c21901fc9470bba090d509a3476d0.tar.zst
freebsd-ports-gnome-acf3cea29f3c21901fc9470bba090d509a3476d0.zip
- restore verbose
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vmw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmw/Makefile b/emulators/vmw/Makefile
index fb01b9f071f7..ef50a73152c5 100644
--- a/emulators/vmw/Makefile
+++ b/emulators/vmw/Makefile
@@ -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>