aboutsummaryrefslogtreecommitdiff
path: root/mbone
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 /mbone
parent21829056931f158e125c2d89352e36c1c7196a26 (diff)
downloadports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz
ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'mbone')
-rw-r--r--mbone/rat/Makefile2
-rw-r--r--mbone/speak_freely/Makefile22
-rw-r--r--mbone/wb/Makefile6
3 files changed, 15 insertions, 15 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index 64cf552aa219..aaba97e148c6 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -29,7 +29,7 @@ RAT_BUILD_DIRS= common rat
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400014
-ENABLE_IPv6= --enable-ipv6
+ENABLE_IPv6= --enable-ipv6
.endif
do-install:
diff --git a/mbone/speak_freely/Makefile b/mbone/speak_freely/Makefile
index c678bc233df4..36059ba7f46d 100644
--- a/mbone/speak_freely/Makefile
+++ b/mbone/speak_freely/Makefile
@@ -5,22 +5,22 @@
# $FreeBSD$
#
-PORTNAME= speak_freely
+PORTNAME= speak_freely
PORTVERSION= 7.1
-CATEGORIES= mbone audio security
-MASTER_SITES= http://www.fourmilab.ch/speakfree/unix/
+CATEGORIES= mbone audio security
+MASTER_SITES= http://www.fourmilab.ch/speakfree/unix/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm
+LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm
-UTILS= sfspeaker sfmike sflwl sflaunch
-DEMNS= sfecho sflwld sfreflect
-DDEMNS= sfvod
-SFLIB= ${PREFIX}/lib/speak_freely
-MAN1= ${UTILS:S/$/.1/} ${DEMNS:S/$/.1/} ${DDEMNS:S/$/.1/}
+UTILS= sfspeaker sfmike sflwl sflaunch
+DEMNS= sfecho sflwld sfreflect
+DDEMNS= sfvod
+SFLIB= ${PREFIX}/lib/speak_freely
+MAN1= ${UTILS:S/$/.1/} ${DEMNS:S/$/.1/} ${DDEMNS:S/$/.1/}
-MAKE_ENV="OPTFLAGS=${CFLAGS}"
+MAKE_ENV= "OPTFLAGS=${CFLAGS}"
do-install:
if [ ! -d ${SFLIB} ]; then \
diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile
index 4acb2f879022..759b0aab634d 100644
--- a/mbone/wb/Makefile
+++ b/mbone/wb/Makefile
@@ -5,11 +5,11 @@
# $FreeBSD$
#
-PORTNAME= wb
+PORTNAME= wb
PORTVERSION= 1.59
CATEGORIES= mbone
-MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/wb/
-DISTFILES= i386-wb-1.59.tar.Z
+MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/wb/
+DISTFILES= i386-wb-1.59.tar.Z
MAINTAINER= fenner@FreeBSD.org