diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:23:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:23:56 +0000 |
commit | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (patch) | |
tree | 26218ca7c2e5a91466052ac00adec88000802e4f /cad | |
parent | b2e928c70c82a416571a4cf1ba23bd4ebcf8f152 (diff) | |
download | ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.tar.gz ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/astk-serveur/Makefile | 4 | ||||
-rw-r--r-- | cad/gmsh/Makefile | 2 |
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: |