summaryrefslogtreecommitdiff
path: root/emulators/xmame/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r--emulators/xmame/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 9c0207e250f8..0a76c1861f15 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -22,9 +22,9 @@ MAN6= xmame.6
post-install:
.ifdef NOPORTDOCS
- @echo "==> Extra documentation WILL NOT be installed."
+ @${ECHO_MSG} "==> Extra documentation WILL NOT be installed."
.else
- @echo "==> Installing extra documentation..."
+ @${ECHO_MSG} "==> Installing extra documentation..."
${MKDIR} ${PREFIX}/lib/mame
for DOC in CHEAT.DOC Changes MailList.notes README.unix mamelist.txt readme.dos whatsnew.txt; do ${INSTALL} -c -o bin -g bin -m 444 ${WRKSRC}/doc/$${DOC} ${PREFIX}/lib/mame/$${DOC}; done
.endif