diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-09-23 20:48:02 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-09-23 20:48:02 +0000 |
commit | 3d10f0cd0c9a08f15947e102d67a05568951c226 (patch) | |
tree | afd51cf1f7d165221593844a23178f29adc09089 /textproc/ispell | |
parent | 77ace0fbebe3feabcf1b5fcba2375d37e46885d2 (diff) |
Notes
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index d0d9d19032ea..6fdab7d4b61a 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -3,7 +3,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.8 1995/04/15 03:45:43 asami Exp $ +# $Id: Makefile,v 1.9 1995/07/21 13:22:04 jmz Exp $ # DISTNAME= ispell-3.1 @@ -37,6 +37,9 @@ pre-configure: @echo -n .endif +post-configure: + @echo "#define CFLAGS \"${CFLAGS}\"" >> ${WRKSRC}/local.h + british: @echo "Okay, making a british version of ispell...." @${MAKE} ${.MAKEFLAGS} LANG=british all |