summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-01-09 15:38:13 +0000
committerasmodai <asmodai@FreeBSD.org>2001-01-09 15:38:13 +0000
commit29081ab0ac217dbbc4f894b68a81311eb10f9a27 (patch)
treec8377d4608c981b33f50941cf83ce2bbb7495f5e /textproc
parentb877a09309ce4a2c8dc49f8c6de9ce07fc1b6849 (diff)
downloadFreeBSD-ports-29081ab0ac217dbbc4f894b68a81311eb10f9a27.zip
FreeBSD-ports-29081ab0ac217dbbc4f894b68a81311eb10f9a27.tar.gz
Fix another inconsistency in the make syntax before I commit my real
changes.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index 301f43b..258a33f 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -31,7 +31,7 @@ ALL_TARGET=
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 (!defined(ISPELL_FR) && !defined(ISPELL_SE) && !defined(ISPELL_BR) && !defined(ISPELL_DENEU) && !defined(ISPELL_DEALT) && !defined(ISPELL_BRITISH) && !defined(ISPELL_NO))
pre-everything:
@${ECHO_MSG} '*********************************************************'
@${ECHO_MSG} '* You can add further dictionaries: *'
OpenPOWER on IntegriCloud