summaryrefslogtreecommitdiff
path: root/www/amaya
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch)
tree0b080fcd55271333176593e1b9bc0b48aedbe9fa /www/amaya
parentAdd xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff)
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'www/amaya')
-rw-r--r--www/amaya/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile
index 32dde83ce058..281d41a08757 100644
--- a/www/amaya/Makefile
+++ b/www/amaya/Makefile
@@ -7,7 +7,7 @@
PORTNAME= amaya
PORTVERSION= 4.2.1
-CATEGORIES= www
+CATEGORIES= www
MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \
ftp://ftp.w3.org/pub/amaya/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
@@ -25,15 +25,15 @@ DICT?= none
.if ${DICT} != "none"
.if ${DICT} == "all"
-DISTFILES+= Dutch.tgz
-DISTFILES+= English.tgz
-DISTFILES+= French.tgz
-DISTFILES+= German.tgz
-DISTFILES+= Italian.tgz
-DISTFILES+= Spanish.tgz
-DISTFILES+= Swedish.tgz
+DISTFILES+= Dutch.tgz
+DISTFILES+= English.tgz
+DISTFILES+= French.tgz
+DISTFILES+= German.tgz
+DISTFILES+= Italian.tgz
+DISTFILES+= Spanish.tgz
+DISTFILES+= Swedish.tgz
.else
-DISTFILES+= ${DICT:S/$/.tgz/g}
+DISTFILES+= ${DICT:S/$/.tgz/g}
.endif
.endif