aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ispell
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2004-03-28 06:52:55 +0800
committerjmz <jmz@FreeBSD.org>2004-03-28 06:52:55 +0800
commit0fe2ba4548f2b8b2497d33c6427bd9578b22e754 (patch)
tree341abf5e710f734f4564d1180bdbf5225a7b322b /textproc/ispell
parent93a9eab6a5f69506f902cee60bcafff842ee3d2c (diff)
downloadfreebsd-ports-gnome-0fe2ba4548f2b8b2497d33c6427bd9578b22e754.tar.gz
freebsd-ports-gnome-0fe2ba4548f2b8b2497d33c6427bd9578b22e754.tar.zst
freebsd-ports-gnome-0fe2ba4548f2b8b2497d33c6427bd9578b22e754.zip
Install *.aff and *.hash files when ISPELL_FR is defined.
Diffstat (limited to 'textproc/ispell')
-rw-r--r--textproc/ispell/Makefile4
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)