summaryrefslogtreecommitdiff
path: root/editors/vile/Makefile
diff options
context:
space:
mode:
authoragc <agc>1999-03-08 10:53:55 +0000
committeragc <agc>1999-03-08 10:53:55 +0000
commit2e2554e49324203ddc9930759c43c3352fb72be2 (patch)
treef176e9ec4024673fb56c0c252cdf8c8aa42f657d /editors/vile/Makefile
parentcb7b7a1bca28e2a9b40ab6d90e7513363c4784cb (diff)
downloadpkgsrc-2e2554e49324203ddc9930759c43c3352fb72be2.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'editors/vile/Makefile')
-rw-r--r--editors/vile/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 3b987ccbdb1..8d82dc8c9ce 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/03/02 15:50:56 agc Exp $
+# $NetBSD: Makefile,v 1.13 1999/03/08 10:53:56 agc Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp
#
@@ -17,6 +17,6 @@ INSTALL_TARGET= install install-perl
post-install:
@echo "You might want to copy the *.rc files from the source tree before"
- @echo "doing \`make clean'."
+ @echo "doing \`${MAKE} clean'."
.include "../../mk/bsd.pkg.mk"