diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-03-27 22:52:55 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-03-27 22:52:55 +0000 |
commit | b8c770485ed42ed3ef9149c7fbf6fd0a7e33ab4f (patch) | |
tree | 892bfe7df3ff92f581bec2afd3075c413e0d23c3 /textproc | |
parent | ec9920532949357e7cba6a2bd1537bcd0d8cbc80 (diff) | |
download | ports-b8c770485ed42ed3ef9149c7fbf6fd0a7e33ab4f.tar.gz ports-b8c770485ed42ed3ef9149c7fbf6fd0a7e33ab4f.zip |
Install *.aff and *.hash files when ISPELL_FR is defined.
Notes
Notes:
svn path=/head/; revision=105456
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 4af95b1c7665..420585fbf091 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.2.06 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES+= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ DISTNAME= ispell-3.2.06 # needed for slave ports / options @@ -289,7 +289,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/languages/american/english.med+ \ ${DATADIR}/english.dict .endif -.if defined(ISPELL_DENEU) || defined(ISPELL_DEALT) || defined(ISPELL_FI) || defined(ISPELL_PL) +.if defined(ISPELL_FR) || defined(ISPELL_DENEU) || defined(ISPELL_DEALT) || defined(ISPELL_FI) || defined(ISPELL_PL) @-${INSTALL_DATA} ${WRKDIR}/*/*.aff ${WRKDIR}/*/*.hash ${DATADIR} .endif .if defined(ISPELL_IT) |