diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
commit | 3575edd007adc3e2c53aaa8f7f93a105cec8c22a (patch) | |
tree | c1b596d8ebae8ab0ff3a7ec78370481e830b6f09 /graphics/xrml | |
parent | c7d93aa81b286c9fe1864b3e1497b21b76878b6d (diff) | |
download | FreeBSD-ports-3575edd007adc3e2c53aaa8f7f93a105cec8c22a.zip FreeBSD-ports-3575edd007adc3e2c53aaa8f7f93a105cec8c22a.tar.gz |
- ECHO -> ECHO_MSG
for some ports:
- pre-fetch -> pre-everything
PR: ports/56785-56799
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/xrml')
-rw-r--r-- | graphics/xrml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xrml/Makefile b/graphics/xrml/Makefile index 7bc474b..1948a18 100644 --- a/graphics/xrml/Makefile +++ b/graphics/xrml/Makefile @@ -38,7 +38,7 @@ USE_GCC=2.95 .ifndef (WITH_EXAMPLES) pre-everything:: - @${ECHO} "You can define WITH_EXAMPLES=yes to install example VRML files" + @${ECHO_MSG} "You can define WITH_EXAMPLES=yes to install example VRML files" .endif pre-patch: |