aboutsummaryrefslogtreecommitdiff
path: root/textproc/ispell
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2004-04-22 19:20:18 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2004-04-22 19:20:18 +0000
commite9a188b08d48d09d750f3a5bc89caec8e8929342 (patch)
treedcbee3ce8174d04ff153fee6faa39f9f93d1352a /textproc/ispell
parentca664bec758df0ae4b12656f77c0ddcda0ef1192 (diff)
downloadports-e9a188b08d48d09d750f3a5bc89caec8e8929342.tar.gz
ports-e9a188b08d48d09d750f3a5bc89caec8e8929342.zip
Revert part of the rev. 1.85 change: trying to avoid install warnings
breaks too many languages. Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=107796
Diffstat (limited to 'textproc/ispell')
-rw-r--r--textproc/ispell/Makefile4
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