diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-21 20:47:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-21 20:47:33 +0000 |
commit | 0159c6aa8e65196253e7ff14b43734495f40c202 (patch) | |
tree | aad08fbbb64d365cc8e33939444688c3ebb0fdce /lang | |
parent | Update to the 20001115 version. (diff) |
Put back my editor hints that were removed w/o permission.
Note these are *FULLY* Satoshi approved for the past 4 years.
GC some commented out cruft.
Notes
Notes:
svn path=/head/; revision=38568
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ratfor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile index dd4b9b961efe..dbeeaadd035a 100644 --- a/lang/ratfor/Makefile +++ b/lang/ratfor/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # Ports collection makefile for: ratfor # Date created: Sat Aug 26, 2000 # Whom: David O'Brien (obrien@NUXI.com) @@ -20,7 +21,6 @@ NO_WRKSUBDIR= yes EXTRACT_CMD= ${CAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= | ${SH} -#USE_GMAKE= yes ALL_TARGET= all tests MAN1= ratfor.1 |