diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-04-22 19:20:18 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-04-22 19:20:18 +0000 |
commit | e9a188b08d48d09d750f3a5bc89caec8e8929342 (patch) | |
tree | dcbee3ce8174d04ff153fee6faa39f9f93d1352a /textproc | |
parent | ca664bec758df0ae4b12656f77c0ddcda0ef1192 (diff) | |
download | ports-e9a188b08d48d09d750f3a5bc89caec8e8929342.tar.gz ports-e9a188b08d48d09d750f3a5bc89caec8e8929342.zip |
Notes
Diffstat (limited to 'textproc')
-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 |