diff options
author | agc <agc> | 1999-03-08 10:53:55 +0000 |
---|---|---|
committer | agc <agc> | 1999-03-08 10:53:55 +0000 |
commit | 2e2554e49324203ddc9930759c43c3352fb72be2 (patch) | |
tree | f176e9ec4024673fb56c0c252cdf8c8aa42f657d /editors/vile | |
parent | cb7b7a1bca28e2a9b40ab6d90e7513363c4784cb (diff) | |
download | pkgsrc-2e2554e49324203ddc9930759c43c3352fb72be2.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'editors/vile')
-rw-r--r-- | editors/vile/Makefile | 4 |
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" |