diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-27 01:11:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-27 01:11:48 +0800 |
commit | 9bd3cd9a09dad53499ae6800af99750b947a9c3d (patch) | |
tree | 74039903f6e2d8196ba348b3ed5e88afa4ad229c /sysutils | |
parent | ff8ca7d5ddb0b23515e09dbdc735353a83a35296 (diff) | |
download | freebsd-ports-gnome-9bd3cd9a09dad53499ae6800af99750b947a9c3d.tar.gz freebsd-ports-gnome-9bd3cd9a09dad53499ae6800af99750b947a9c3d.tar.zst freebsd-ports-gnome-9bd3cd9a09dad53499ae6800af99750b947a9c3d.zip |
Replace ${ECHO} with ${ECHO_MSG} where appropriate.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pciutils/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index fc7f12b83011..218a144cfe4f 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -21,16 +21,16 @@ USE_GMAKE= yes MAN8= lspci.8 setpci.8 update-pciids.8 pre-everything:: - @${ECHO} "" - @${ECHO} " W A R N I N G" - @${ECHO} "************************************************" - @${ECHO} "* pciutils requires that you have your kernel *" - @${ECHO} "* sources installed. If your kernel sources *" - @${ECHO} "* are somewhere other than /usr/src/sys, you *" - @${ECHO} "* may set the FREEBSD_SYS variable to the *" - @${ECHO} "* correct path. *" - @${ECHO} "************************************************" - @${ECHO} "" + @${ECHO_MSG} "" + @${ECHO_MSG} " W A R N I N G" + @${ECHO_MSG} "************************************************" + @${ECHO_MSG} "* pciutils requires that you have your kernel *" + @${ECHO_MSG} "* sources installed. If your kernel sources *" + @${ECHO_MSG} "* are somewhere other than /usr/src/sys, you *" + @${ECHO_MSG} "* may set the FREEBSD_SYS variable to the *" + @${ECHO_MSG} "* correct path. *" + @${ECHO_MSG} "************************************************" + @${ECHO_MSG} "" do-install: @${INSTALL_MAN} ${WRKSRC}/lspci.8 ${PREFIX}/man/man8 |