diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-01-07 21:28:10 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-01-07 21:28:10 +0000 |
commit | 39c23e453a80c2b26bffe9a41bd90e73f23d5e76 (patch) | |
tree | 333287c5e8e5e086b423b27a9b6593b242db2d1e | |
parent | b0e0defe37aea74093c3e20ccac717fd21e04a28 (diff) | |
download | ports-39c23e453a80c2b26bffe9a41bd90e73f23d5e76.tar.gz ports-39c23e453a80c2b26bffe9a41bd90e73f23d5e76.zip |
Notes
-rw-r--r-- | textproc/ispell/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 12454813ec1b..301f43bcb260 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= ispell -PORTVERSION?= 3.1.20c +PORTVERSION?= 3.1.20c CATEGORIES+= textproc elisp MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ \ ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ @@ -78,10 +78,10 @@ EXTRA_DICT+= ${DEALTDISTFILE} MASTER_SITES+= ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/ .endif .if defined(ISPELL_NO) -NODISTFILE= ispell-norsk-1.1a.tar.gz -MASTER_SITES+= http://www.uio.no/~runekl/ -EXTRA_DICT+= ${NODISTFILE} -MASKBITS?= 64 +NODISTFILE= ispell-norsk-1.1a.tar.gz +MASTER_SITES+= http://www.uio.no/~runekl/ +EXTRA_DICT+= ${NODISTFILE} +MASKBITS?= 64 .endif DISTFILES+= ${EXTRA_DICT} |