aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
Diffstat (limited to 'cad')
-rw-r--r--cad/astk-serveur/Makefile4
-rw-r--r--cad/gmsh/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile
index c96d8bedc004..ce183086c346 100644
--- a/cad/astk-serveur/Makefile
+++ b/cad/astk-serveur/Makefile
@@ -198,10 +198,10 @@ do-install:
${CP} -R ${WRKSRC} ${inst_dir}
post-install:
- @${ECHO}
+ @${ECHO_MSG}
@${CAT} ${PKGMESSAGE} | ${SED} -e "s#%%inst_dir%%#${inst_dir}#" \
-e "s#%%tools_dir%%#${tools_dir}#" \
-e "s#%%ASTER_VER%%#${vaster}#"
- @${ECHO}
+ @${ECHO_MSG}
.include <bsd.port.post.mk>
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 3ccee45cf2d0..2cca00d692b7 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.ifndef USE_TRIANGLE
pre-everything::
- @${ECHO} "You can make with USE_TRIANGLE for faster 2d meshing"
+ @${ECHO_MSG} "You can make with USE_TRIANGLE for faster 2d meshing"
.else
NO_CDROM= "Triangle must not be sold for profit"
post-extract: