summaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
commit58942bab6dbee58f4bff47b5f7888deb6d9b99ac (patch)
tree49358e580db3691ebac42073ffddffb50c910f99 /editors/vile
parentportlint (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21032
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index a6a85272b4d1..ba74013a6b3a 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -27,8 +27,8 @@ USE_PERL5= yes
pre-configure:
.if ! defined(USE_PERL)
- @echo "Define USE_PERL if you want to make a vile which includes"
- @echo "PERL functionality"
+ @${ECHO_MSG} "Define USE_PERL if you want to make a vile which includes"
+ @${ECHO_MSG} "PERL functionality"
.endif
post-install:
@@ -42,7 +42,7 @@ post-install:
.if defined(USE_PERL)
${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/vile
.endif
- @echo "Look in ${PREFIX}/share/doc/vile for documentation."
- @echo "Look in ${PREFIX}/share/vile/macros for macros."
+ @${ECHO_MSG} "Look in ${PREFIX}/share/doc/vile for documentation."
+ @${ECHO_MSG} "Look in ${PREFIX}/share/vile/macros for macros."
.include <bsd.port.mk>