summaryrefslogtreecommitdiff
path: root/misc/brs
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 /misc/brs
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 'misc/brs')
-rw-r--r--misc/brs/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile
index decbed26353c..edb5ea869a29 100644
--- a/misc/brs/Makefile
+++ b/misc/brs/Makefile
@@ -5,17 +5,17 @@
# $FreeBSD$
#
-PORTNAME= brs
-PORTVERSION= 4.0
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= apps/religion
-DISTNAME= brs.4.00.l1
+PORTNAME= brs
+PORTVERSION= 4.0
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/religion
+DISTNAME= brs.4.00.l1
-MAINTAINER= user@unknown.nu
+MAINTAINER= user@unknown.nu
WRKSRC= ${WRKDIR}/bible
ALL_TARGET=
-MAN1= bible.1
+MAN1= bible.1
.include <bsd.port.mk>