summaryrefslogtreecommitdiff
path: root/deskutils/xmdiary/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/xmdiary/Makefile')
-rw-r--r--deskutils/xmdiary/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile
index 59bfd325de80..e77cf44c0eb3 100644
--- a/deskutils/xmdiary/Makefile
+++ b/deskutils/xmdiary/Makefile
@@ -30,9 +30,9 @@ pre-patch:
cd $(WRKSRC) && tar xzpf ${DISTDIR}/xmdfix.gz
post-patch:
- @echo removing the "malloc.h" includes
+ @${ECHO_MSG} removing the "malloc.h" includes
${SCRIPTDIR}/nomalloc $(WRKSRC) 2>&1 > /dev/zero
- @echo removing unneccessary DependTarget from Imakefile-s
+ @${ECHO_MSG} removing unneccessary DependTarget from Imakefile-s
${SCRIPTDIR}/noextradepend $(WRKSRC) 2>&1 > /dev/zero
.include <bsd.port.mk>