mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Export $ISPELL_BRITISH to the configure script if it is defined. This fix an
install problem when it is set via make.conf.
This commit is contained in:
parent
9280935acb
commit
5bc5989abf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44649
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user