diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /mbone | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat/Makefile | 2 | ||||
-rw-r--r-- | mbone/speak_freely/Makefile | 22 | ||||
-rw-r--r-- | mbone/wb/Makefile | 6 |
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 |