diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-26 17:11:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-26 17:11:48 +0000 |
commit | 34cd67e6b9590f54cf7cdee03de63806ccdc4570 (patch) | |
tree | 6253785b27275f2442d73ea4b21ee284f6e05fa7 /sysutils/pciutils/Makefile | |
parent | 7b21ea67d336a39b143457e11e4e5dc72aa6ffea (diff) | |
download | ports-34cd67e6b9590f54cf7cdee03de63806ccdc4570.tar.gz ports-34cd67e6b9590f54cf7cdee03de63806ccdc4570.zip |
Notes
Diffstat (limited to 'sysutils/pciutils/Makefile')
-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 |