diff options
author | jmz <jmz@FreeBSD.org> | 2000-12-08 20:08:59 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-12-08 20:08:59 +0000 |
commit | 586e260b8cf05c9a43b77be7e66d95e106de5675 (patch) | |
tree | 8db319ad6cbae5ff3604ce0eaf0dc5878c0a9413 /textproc/ispell | |
parent | 587e5f7bdf74a2385892f18fa3ef4874706c9abf (diff) | |
download | FreeBSD-ports-586e260b8cf05c9a43b77be7e66d95e106de5675.zip FreeBSD-ports-586e260b8cf05c9a43b77be7e66d95e106de5675.tar.gz |
A better way to display the pre-everything message
Submitted by: asami
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 41cb953..1245481 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 |