diff options
author | jmz <jmz@FreeBSD.org> | 2004-04-23 03:20:18 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2004-04-23 03:20:18 +0800 |
commit | f95ddc5e565fc3750274a5bcf4138146d710f079 (patch) | |
tree | cf055de6658d8e24aaa2d83b99c9d4e01121c614 /textproc/ispell | |
parent | 54721a90d37f0cfdc70cb77ff025ea922a244f4f (diff) | |
download | freebsd-ports-gnome-f95ddc5e565fc3750274a5bcf4138146d710f079.tar.gz freebsd-ports-gnome-f95ddc5e565fc3750274a5bcf4138146d710f079.tar.zst freebsd-ports-gnome-f95ddc5e565fc3750274a5bcf4138146d710f079.zip |
Revert part of the rev. 1.85 change: trying to avoid install warnings
breaks too many languages.
Approved by: portmgr (marcus)
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index ee421a9883fd..a3af7f57616e 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.2.06 -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES+= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ DISTNAME= ispell-3.2.06 # needed for slave ports / options @@ -289,9 +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) || defined(ISPELL_NL) @-${INSTALL_DATA} ${WRKDIR}/*/*.aff ${WRKDIR}/*/*.hash ${DATADIR} -.endif .if defined(ISPELL_IT) @${CAT} ${MASTERDIR}/pkg-plist.it >> ${TMPPLIST} .endif |