summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committersobomax <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit51369898d389675759f44baed7961d59c8233c93 (patch)
tree8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /net-im
parent03f706620f3d8413ee3403771d9bc2bc73023978 (diff)
downloadFreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.zip
FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.tar.gz
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'net-im')
-rw-r--r--net-im/firetalk/Makefile16
-rw-r--r--net-im/gale/Makefile6
-rw-r--r--net-im/licq/Makefile6
3 files changed, 14 insertions, 14 deletions
diff --git a/net-im/firetalk/Makefile b/net-im/firetalk/Makefile
index bc8dfaf..c2a5809 100644
--- a/net-im/firetalk/Makefile
+++ b/net-im/firetalk/Makefile
@@ -5,18 +5,18 @@
# $FreeBSD$
#
-PORTNAME= firetalk
-PORTVERSION= 0.0.10
-CATEGORIES= net
-MASTER_SITES= http://www.penguinhosting.net/~ian/firetalk/
+PORTNAME= firetalk
+PORTVERSION= 0.0.10
+CATEGORIES= net
+MASTER_SITES= http://www.penguinhosting.net/~ian/firetalk/
-MAINTAINER= greid@ukug.uk.freebsd.org
+MAINTAINER= greid@ukug.uk.freebsd.org
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}
-INSTALLS_SHLIB= yes
+INSTALLS_SHLIB= yes
-FTHEADERS= firetalk-int.h icqv5.h toc.h firetalk.h irc.h
+FTHEADERS= firetalk-int.h icqv5.h toc.h firetalk.h irc.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/firetalk ${PREFIX}/bin
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile
index d976a12..afcbc69 100644
--- a/net-im/gale/Makefile
+++ b/net-im/gale/Makefile
@@ -8,10 +8,10 @@
PORTNAME= gale
PORTVERSION= 0.99a
PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://download.gale.org/
+CATEGORIES= net
+MASTER_SITES= http://download.gale.org/
-MAINTAINER= peterh@sapros.com
+MAINTAINER= peterh@sapros.com
BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc
LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index b61ca32..1bbd33d 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -22,12 +22,12 @@ BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake
USE_QT2= yes
USE_GMAKE= yes
USE_AUTOCONF= yes
-USE_NEWGCC= yes
+USE_NEWGCC= yes
USE_OPENSSL= yes
-USE_PERL5= yes
+USE_PERL5= yes
CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2
-CONFIGURE_TARGET= $(ARCH)-unknown-freebsdelf$(OSREL)
+CONFIGURE_TARGET= $(ARCH)-unknown-freebsdelf$(OSREL)
post-configure:
@(cd ${WRKSRC}/plugins/qt-gui-${PORTVERSION} && ${AUTOCONF})
OpenPOWER on IntegriCloud