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/ocaml-images | |
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/ocaml-images')
-rw-r--r-- | graphics/ocaml-images/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index 6629140..840e16d 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -43,12 +43,12 @@ CONFIGURE_ENV= \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" USE_GMAKE= 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> |