summaryrefslogtreecommitdiff
path: root/editors/xvile
diff options
context:
space:
mode:
authoragc <agc>1999-03-08 10:53:55 +0000
committeragc <agc>1999-03-08 10:53:55 +0000
commit2f6c7bf0f656b5c84e7c2506ecbbdd226680e319 (patch)
treef176e9ec4024673fb56c0c252cdf8c8aa42f657d /editors/xvile
parent1afe071d757e38ce4bbaff70311df6e48e4bfe4f (diff)
downloadpkgsrc-2f6c7bf0f656b5c84e7c2506ecbbdd226680e319.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'editors/xvile')
-rw-r--r--editors/xvile/Makefile4
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