diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /x11-fm/x-files | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.zip FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.tar.gz |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'x11-fm/x-files')
-rw-r--r-- | x11-fm/x-files/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile index af862eb..2258174 100644 --- a/x11-fm/x-files/Makefile +++ b/x11-fm/x-files/Makefile @@ -6,12 +6,12 @@ # PORTNAME= x-files -PORTVERSION= 2.00b1 +PORTVERSION= 2.00b1 CATEGORIES= x11-fm tk82 -MASTER_SITES= http://www.hut.fi/~mkivinie/X-Files/data/ +MASTER_SITES= http://www.hut.fi/~mkivinie/X-Files/data/ DISTNAME= X-Files-${PORTVERSION} -MAINTAINER= dmaddox@sc.rr.com +MAINTAINER= dmaddox@sc.rr.com BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 |