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/py-chart | |
parent | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (diff) |
- 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/py-chart')
-rw-r--r-- | graphics/py-chart/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index 5a6586238d74..a02ef19d0005 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -27,12 +27,12 @@ RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} USE_PYTHON= yes USE_PYDISTUTILS= yes -pre-fetch: +pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO} "" - @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO} " AFPL Postscript interpreter instead of GNU one" - @${ECHO} "" + @${ECHO_MSG} "" + @${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" + @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one" + @${ECHO_MSG} "" .endif .include <bsd.port.mk> |