diff options
author | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
commit | 1bb3007c04ad6091bda42ac2a39c7e64b34c1984 (patch) | |
tree | f176e9ec4024673fb56c0c252cdf8c8aa42f657d /editors/xvile | |
parent | 73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff) | |
download | pkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 7ccca5326c9..8fe23679a30 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/03/02 15:50:56 agc Exp $ +# $NetBSD: Makefile,v 1.17 1999/03/08 10:53:56 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # @@ -32,7 +32,7 @@ SCREEN_TYPE= x11 post-install: @${ECHO} "You might want to copy the *.rc files from the source tree before" - @${ECHO} "doing \`make clean'." + @${ECHO} "doing \`${MAKE} clean'." .if defined(USE_MENUS) @${ECHO} "And also take a look at README.MENU !" .endif |