summaryrefslogtreecommitdiff
path: root/sysutils/pciutils
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-26 17:11:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-26 17:11:48 +0000
commit34cd67e6b9590f54cf7cdee03de63806ccdc4570 (patch)
tree6253785b27275f2442d73ea4b21ee284f6e05fa7 /sysutils/pciutils
parent- Fix a Installation problem, when only tk8.4 is installed. (diff)
Replace ${ECHO} with ${ECHO_MSG} where appropriate.
Notes
Notes: svn path=/head/; revision=85633
Diffstat (limited to 'sysutils/pciutils')
-rw-r--r--sysutils/pciutils/Makefile20
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