aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 05:14:04 +0800
committermharo <mharo@FreeBSD.org>1999-08-28 05:14:04 +0800
commit981aafd51d07e05ddd72e92094db0a39a35d8a23 (patch)
tree72d3d7150282d19ce68e2126dc5e731712d27a03 /emulators
parente478897177c3c4652e7277c09503273dfff9dd3a (diff)
downloadfreebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.gz
freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.zst
freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.zip
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'emulators')
-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