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 /lang/ratfor | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'lang/ratfor')
-rw-r--r-- | lang/ratfor/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile index 0f7539d56a37..dd4b9b961efe 100644 --- a/lang/ratfor/Makefile +++ b/lang/ratfor/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: ratfor # Date created: Sat Aug 26, 2000 # Whom: David O'Brien (obrien@NUXI.com) @@ -15,7 +14,7 @@ MASTER_SITES= ftp://sepftp.stanford.edu/pub/sep-distr/ \ MASTER_SITE_SUBDIR= obrien DISTFILES= ratfor.shar.2 local.ratfor77.shar -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes EXTRACT_CMD= ${CAT} |