diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-01-08 05:28:10 +0800 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-01-08 05:28:10 +0800 |
commit | 8fb362c66cb15e1f1f000d60dd71858adb0c482a (patch) | |
tree | 29f774618ff50ef75b2fb52bac6bf62130a0a045 /textproc/ispell | |
parent | a326f15e26863f0a5bc7b1735ddceb1852bd7df5 (diff) | |
download | freebsd-ports-gnome-8fb362c66cb15e1f1f000d60dd71858adb0c482a.tar.gz freebsd-ports-gnome-8fb362c66cb15e1f1f000d60dd71858adb0c482a.tar.zst freebsd-ports-gnome-8fb362c66cb15e1f1f000d60dd71858adb0c482a.zip |
Clean up some space/tabbing as hinted about by portlint.
This improves internal style so that forthcoming additions
will be, hopefully, in the same style.
Diffstat (limited to 'textproc/ispell')
-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} |