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 /misc/gone | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'misc/gone')
-rw-r--r-- | misc/gone/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/gone/Makefile b/misc/gone/Makefile index 4eb6e6537497..ae831a722ee2 100644 --- a/misc/gone/Makefile +++ b/misc/gone/Makefile @@ -5,15 +5,15 @@ # $FreeBSD$ # -PORTNAME= gone +PORTNAME= gone PORTVERSION= 1.3.1 -CATEGORIES= misc -MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/ +CATEGORIES= misc +MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/ -MAINTAINER= marcus@miami.edu +MAINTAINER= marcus@miami.edu MAN1= gone.1 -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes # # If you would like to be able to use system passwords for gone |