summaryrefslogtreecommitdiff
path: root/devel/pcl-cvs-emacs
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:16:28 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:16:28 +0000
commit32c83edfbcce207c560685385be28ffc02faad2c (patch)
tree8b9a9aef75ca0c44c811a5951f9fc90aec5e4c56 /devel/pcl-cvs-emacs
parentUpdate to 2.4.13. (diff)
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
Notes
Notes: svn path=/head/; revision=53952
Diffstat (limited to 'devel/pcl-cvs-emacs')
-rw-r--r--devel/pcl-cvs-emacs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pcl-cvs-emacs/Makefile b/devel/pcl-cvs-emacs/Makefile
index 68f6d0e43d81..54481e5b014c 100644
--- a/devel/pcl-cvs-emacs/Makefile
+++ b/devel/pcl-cvs-emacs/Makefile
@@ -84,15 +84,15 @@ pre-build:
${RM} ${WRKSRC}/pcl-cvs.info*
post-build:
- ${ECHO} "(provide 'pcl-cvs-startup)" >> ${WRKSRC}/pcl-cvs-startup.el
+ ${ECHO_CMD} "(provide 'pcl-cvs-startup)" >> ${WRKSRC}/pcl-cvs-startup.el
pre-install:
.if defined(ELIB_SETUP) && !empty(ELIB_SETUP)
- ${ECHO} ${ELIB_SETUP} >> ${INSTALL_WRKSRC}/${PORT_SETUPEL}
+ ${ECHO_CMD} ${ELIB_SETUP} >> ${INSTALL_WRKSRC}/${PORT_SETUPEL}
.endif
post-install:
- ${ECHO} "(provide 'pcl-cvs-setup)" >> ${INSTALL_WRKSRC}/${PORT_SETUPEL}
+ ${ECHO_CMD} "(provide 'pcl-cvs-setup)" >> ${INSTALL_WRKSRC}/${PORT_SETUPEL}
@${MAKE} setupel-install
.if !defined(NOPORTDOCS)
@${MAKE} doc-install