diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /net/gale/Makefile | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'net/gale/Makefile')
-rw-r--r-- | net/gale/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gale/Makefile b/net/gale/Makefile index d976a1234346..afcbc6997ce7 100644 --- a/net/gale/Makefile +++ b/net/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 \ |