diff options
author | jmz <jmz@FreeBSD.org> | 2004-04-17 01:33:02 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2004-04-17 01:33:02 +0800 |
commit | ec6e5dd982405bb5e3180767d6d1af6b728c8337 (patch) | |
tree | 0a49684369c8a8a97f42df1abd32a82b91cb1749 /textproc/ispell | |
parent | f6bbf52f8d96c46782dc47546dbc1354192cb5ad (diff) | |
download | freebsd-ports-gnome-ec6e5dd982405bb5e3180767d6d1af6b728c8337.tar.gz freebsd-ports-gnome-ec6e5dd982405bb5e3180767d6d1af6b728c8337.tar.zst freebsd-ports-gnome-ec6e5dd982405bb5e3180767d6d1af6b728c8337.zip |
Install *.aff and *.hash files when ISPELL_NL is defined.
Submitted by: vs
Diffstat (limited to 'textproc/ispell')
-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 4aa77903d3c1..ee421a9883fd 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.2.06 -PORTREVISION?= 7 +PORTREVISION?= 8 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_FR) || 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) || defined(ISPELL_NL) @-${INSTALL_DATA} ${WRKDIR}/*/*.aff ${WRKDIR}/*/*.hash ${DATADIR} .endif .if defined(ISPELL_IT) |