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 /security/tea-total | |
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 'security/tea-total')
-rw-r--r-- | security/tea-total/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/tea-total/Makefile b/security/tea-total/Makefile index c0dcced..95ffd57 100644 --- a/security/tea-total/Makefile +++ b/security/tea-total/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: tea-total # Date created: Tue Dec 19, 2000 # Whom: David O'Brien (obrien@NUXI.com) @@ -12,7 +11,7 @@ CATEGORIES= security MASTER_SITES= ftp://ftp.linuxhacker.org/pub/tea-total/ \ http://www.linuxhacker.org/tea-total/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org # code is not 64-bit clean... ONLY_FOR_ARCHS= i386 |