diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /textproc/british-ispell | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'textproc/british-ispell')
-rw-r--r-- | textproc/british-ispell/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/british-ispell/Makefile b/textproc/british-ispell/Makefile index 73b667e01f17..e50c57acfecb 100644 --- a/textproc/british-ispell/Makefile +++ b/textproc/british-ispell/Makefile @@ -5,12 +5,12 @@ # $FreeBSD$ # -MAINTAINER= alex@FreeBSD.org +MAINTAINER= alex@FreeBSD.org ISPELL_BRITISH= yes PORTNAME= british-ispell -PORTVERSION= 3.1 -MASTERDIR= ${.CURDIR}/../ispell +PORTVERSION= 3.1 +MASTERDIR= ${.CURDIR}/../ispell SCRIPTS_ENV= ISPELL_BRITISH=yes |