summaryrefslogtreecommitdiff
path: root/devel/bugzilla2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bugzilla2/Makefile')
-rw-r--r--devel/bugzilla2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile
index 1c0ebb4dbb9b..63a62f18c0aa 100644
--- a/devel/bugzilla2/Makefile
+++ b/devel/bugzilla2/Makefile
@@ -122,9 +122,9 @@ do-install:
post-install:
@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" pkg-message >${PKGMESSAGE}
.if !defined(BATCH)
- @${ECHO}
+ @${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
- @${ECHO}
+ @${ECHO_MSG}
.endif
.include <bsd.port.mk>