summaryrefslogtreecommitdiff
path: root/editors/xvile/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-06-04 11:57:51 +0000
committeragc <agc@pkgsrc.org>1998-06-04 11:57:51 +0000
commit8228fec82af642fed69f6cac06e6243be2050e76 (patch)
tree27842a53f3d8ee7f18c61377d021fd86a37ea223 /editors/xvile/Makefile
parent91d5889f0c0cc99d67aedc2effd0eb98909e6e96 (diff)
downloadpkgsrc-8228fec82af642fed69f6cac06e6243be2050e76.tar.gz
Put xvile's perl files in ${PREFIX}/share/xvile/perl, to avoid conflict
with the Perl files which vile installs. Minor cleanup in Makefile.
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r--editors/xvile/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 39379a0ed1e..0a8e2572d7c 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/06/03 12:57:12 agc Exp $
+# $NetBSD: Makefile,v 1.10 1998/06/04 11:57:51 agc Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp
#
@@ -21,8 +21,8 @@ MAN1= xvile.1
.include "../../mk/bsd.prefs.mk"
pre-configure:
- @echo "To use xvile with menus, set the variable USE_MENUS"
- @echo "in the environment or in /etc/mk.conf"
+ @${ECHO} "To use xvile with menus, set the variable USE_MENUS"
+ @${ECHO} "in the environment or in /etc/mk.conf"
.if defined(USE_MENUS)
SCREEN_TYPE= Xaw
@@ -31,10 +31,10 @@ SCREEN_TYPE= x11
.endif
post-install:
- @echo "You might want to copy the *.rc files from the source tree before"
- @echo "doing \`make clean'."
+ @${ECHO} "You might want to copy the *.rc files from the source tree before"
+ @${ECHO} "doing \`make clean'."
.if defined(USE_MENUS)
- @echo "And also take a look at README.MENU !"
+ @${ECHO} "And also take a look at README.MENU !"
.endif
.include "../../mk/bsd.pkg.mk"