diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
commit | 34171d18e7d15518b0d4be05014647ae496a03b1 (patch) | |
tree | 7afbcbdab7ade0ede36d8144d66e4d152fce3337 /graphics/renderpark/Makefile | |
parent | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (diff) | |
download | ports-34171d18e7d15518b0d4be05014647ae496a03b1.tar.gz ports-34171d18e7d15518b0d4be05014647ae496a03b1.zip |
- ECHO -> ECHO_MSG
for some ports:
- pre-fetch -> pre-everything
PR: ports/56785-56799
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=89490
Diffstat (limited to 'graphics/renderpark/Makefile')
-rw-r--r-- | graphics/renderpark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/renderpark/Makefile b/graphics/renderpark/Makefile index 558128f04b16..00eeb1100523 100644 --- a/graphics/renderpark/Makefile +++ b/graphics/renderpark/Makefile @@ -45,10 +45,10 @@ PLIST_SUB= WITH_SCENES="" pre-everything:: .ifndef (WITH_XRML) - @${ECHO} "Defining WITH_XRML=yes will allow you to read XRML input files" + @${ECHO_MSG} "Defining WITH_XRML=yes will allow you to read XRML input files" .endif .ifndef (WITH_SCENES) - @${ECHO} "Define WITH_SCENES=yes to install additional scenes package" + @${ECHO_MSG} "Define WITH_SCENES=yes to install additional scenes package" .endif pre-patch: |