summaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-03-08 10:53:55 +0000
committeragc <agc@pkgsrc.org>1999-03-08 10:53:55 +0000
commit1bb3007c04ad6091bda42ac2a39c7e64b34c1984 (patch)
treef176e9ec4024673fb56c0c252cdf8c8aa42f657d /editors/vile
parent73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff)
downloadpkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'editors/vile')
-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"