summaryrefslogtreecommitdiffstats
path: root/science/hdf5-18
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
committermharo <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
commit981aafd51d07e05ddd72e92094db0a39a35d8a23 (patch)
tree72d3d7150282d19ce68e2126dc5e731712d27a03 /science/hdf5-18
parente478897177c3c4652e7277c09503273dfff9dd3a (diff)
downloadFreeBSD-ports-981aafd51d07e05ddd72e92094db0a39a35d8a23.zip
FreeBSD-ports-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.gz
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'science/hdf5-18')
-rw-r--r--science/hdf5-18/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile
index 64020af..594775c 100644
--- a/science/hdf5-18/Makefile
+++ b/science/hdf5-18/Makefile
@@ -37,7 +37,7 @@ pre-build:
${ECHO} #Phony makefile > ${WRKSRC}/hdf/jpeg/Makefile
${ECHO} >> ${WRKSRC}/hdf/jpeg/Makefile
${ECHO} libjpeg.a: >> ${WRKSRC}/hdf/jpeg/Makefile
- printf '\t@echo Using the already installed JPEG library\n' \
+ printf '\t@${ECHO} Using the already installed JPEG library\n' \
>> ${WRKSRC}/hdf/jpeg/Makefile
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile
@@ -51,7 +51,7 @@ pre-build:
${ECHO} #Phony makefile > ${WRKSRC}/hdf/zlib/Makefile
${ECHO} >> ${WRKSRC}/hdf/zlib/Makefile
${ECHO} libzlib.a: >> ${WRKSRC}/hdf/zlib/Makefile
- printf '\t@echo Using the already installed ZLIB library\n' \
+ printf '\t@${ECHO} Using the already installed ZLIB library\n' \
>> ${WRKSRC}/hdf/zlib/Makefile
printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile
OpenPOWER on IntegriCloud