aboutsummaryrefslogtreecommitdiffstats
path: root/cad/xcircuit
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-09-27 08:02:57 +0800
committeredwin <edwin@FreeBSD.org>2003-09-27 08:02:57 +0800
commitd0aa0e59e5170791a2f479b5d5a90808f0189482 (patch)
tree752cc00f716e2238d282d14b4230ecbc485ed789 /cad/xcircuit
parent05de8fa172b92e0fa0557b1cf95c58ceb8614240 (diff)
downloadfreebsd-ports-gnome-d0aa0e59e5170791a2f479b5d5a90808f0189482.tar.gz
freebsd-ports-gnome-d0aa0e59e5170791a2f479b5d5a90808f0189482.tar.zst
freebsd-ports-gnome-d0aa0e59e5170791a2f479b5d5a90808f0189482.zip
Update port: cad/xcircuit
- ECHO -> ECHO_MSG - pre-fetch -> pre-everything PR: ports/56770 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'cad/xcircuit')
-rw-r--r--cad/xcircuit/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile
index 5b9b110726a9..f601dc5bbd45 100644
--- a/cad/xcircuit/Makefile
+++ b/cad/xcircuit/Makefile
@@ -60,24 +60,24 @@ PLIST_SUB+= PYTHON="@comment " NOPYTHON="" TCLTK="@comment " NOTCLTK=""
.endif
.endif
-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
.if !defined(WITH_TCLTK)
- @${ECHO} ""
- @${ECHO} " Define WITH_TCLTK for Tcl/Tk support"
- @${ECHO} " (prevents python support)"
- @${ECHO} ""
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " Define WITH_TCLTK for Tcl/Tk support"
+ @${ECHO_MSG} " (prevents python support)"
+ @${ECHO_MSG} ""
.endif
.if !defined(WITH_PYTHON)
- @${ECHO} ""
- @${ECHO} " Or define WITH_PYTHON for Python support"
- @${ECHO} " (only available without WITH_TCLTK defined)"
- @${ECHO} ""
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " Or define WITH_PYTHON for Python support"
+ @${ECHO_MSG} " (only available without WITH_TCLTK defined)"
+ @${ECHO_MSG} ""
.endif
post-patch: