From 5bc5989abf995ad36e5583984cbf3efba25a2861 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Mon, 2 Jul 2001 15:14:28 +0000 Subject: Export $ISPELL_BRITISH to the configure script if it is defined. This fix an install problem when it is set via make.conf. --- textproc/ispell/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 293f6243953d..757cdb30d93c 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.2.04 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES+= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ @@ -48,6 +48,9 @@ pre-everything: @${ECHO_MSG} '* Example: "make ISPELL_FR=yes ISPELL_SE=yes install" *' @${ECHO_MSG} '*********************************************************' .else +.if defined(ISPELL_BRITISH) +SCRIPTS_ENV+= ISPELL_BRITISH=${ISPELL_BRITISH} +.endif .if defined(ISPELL_FR) FRDISTFILE= francais-IREQ-1.4.tar.gz MASTER_SITES+= ftp://ftp.robot.ireq.ca/pub/ispell/ -- cgit v1.2.3