diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 05:14:04 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 05:14:04 +0800 |
commit | 981aafd51d07e05ddd72e92094db0a39a35d8a23 (patch) | |
tree | 72d3d7150282d19ce68e2126dc5e731712d27a03 /deskutils/xmdiary | |
parent | e478897177c3c4652e7277c09503273dfff9dd3a (diff) | |
download | freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.gz freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.tar.zst freebsd-ports-gnome-981aafd51d07e05ddd72e92094db0a39a35d8a23.zip |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'deskutils/xmdiary')
-rw-r--r-- | deskutils/xmdiary/Makefile | 4 |
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> |