diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-12-08 20:08:59 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-12-08 20:08:59 +0000 |
commit | 9215564dd50ff66e81d6ecaa5fd9429c2ebddb2b (patch) | |
tree | 879b851896ee06dca01c62eea74c8fe74451ed2f /textproc | |
parent | 514c1d0973fe6e7537369451cf2253f5dc9e44c4 (diff) | |
download | ports-9215564dd50ff66e81d6ecaa5fd9429c2ebddb2b.tar.gz ports-9215564dd50ff66e81d6ecaa5fd9429c2ebddb2b.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 41cb953cce50..12454813ec1b 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -32,8 +32,7 @@ BUILDHASH= ${WRKSRC}/buildhash DATADIR= ${PREFIX}/share/ispell .if (!defined(ISPELL_FR) && !defined (ISPELL_SE) && !defined(ISPELL_BR) && !defined(ISPELL_DENEU) && !defined(ISPELL_DEALT) && !defined(ISPELL_BRITISH) && !defined(ISPELL_NO)) -.if (make(extract) || make(patch) || make(configure) || make(build) || make (install)) -.BEGIN: +pre-everything: @${ECHO_MSG} '*********************************************************' @${ECHO_MSG} '* You can add further dictionaries: *' @${ECHO_MSG} '* Use make-flag: *' @@ -47,7 +46,6 @@ DATADIR= ${PREFIX}/share/ispell @${ECHO_MSG} '* - Norwegian ISPELL_NO=yes *' @${ECHO_MSG} '* Example: "make ISPELL_FR=yes ISPELL_SE=yes install" *' @${ECHO_MSG} '*********************************************************' -.endif .else .if defined(ISPELL_FR) FRDISTFILE= francais-IREQ-1.4.tar.gz |