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 /net-im/gale | |
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 'net-im/gale')
-rw-r--r-- | net-im/gale/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index d976a1234346..afcbc6997ce7 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 \ |