summaryrefslogtreecommitdiff
path: root/textproc
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 /textproc
parent1afe071d757e38ce4bbaff70311df6e48e4bfe4f (diff)
downloadpkgsrc-2f6c7bf0f656b5c84e7c2506ecbbdd226680e319.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index 7529881e8a3..d4876e984e7 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/02/23 08:45:48 agc Exp $
+# $NetBSD: Makefile,v 1.18 1999/03/08 10:53:57 agc Exp $
# FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp
#
@@ -31,12 +31,12 @@ DISTFILES+= ${EXTRA_DICT}
pre-extract:
.ifndef ISPELL_LANG
- @${ECHO} '******************************************************'
- @${ECHO} '* Note that you can build a british version by *'
- @${ECHO} '* typing "make british" following a "make clean" *'
- @${ECHO} '* Note that you can build a french/english version *'
- @${ECHO} '* by typing "make french" *'
- @${ECHO} '******************************************************'
+ @${ECHO} '*******************************************************'
+ @${ECHO} '* Note that you can build a british version by *'
+ @${ECHO} '* typing "${MAKE} british" following a "${MAKE} clean"*'
+ @${ECHO} '* Note that you can build a french/english version *'
+ @${ECHO} '* by typing "${MAKE} french" *'
+ @${ECHO} '*******************************************************'
.endif
pre-configure: