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 /textproc/ispell | |
parent | 73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff) | |
download | pkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 14 |
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: |