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 /games/ishido | |
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 'games/ishido')
-rw-r--r-- | games/ishido/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/ishido/Makefile b/games/ishido/Makefile index 7589671b7be7..a2d59ae0ae65 100644 --- a/games/ishido/Makefile +++ b/games/ishido/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: ishido # Date created: Wed June 24, 1998 # Whom: Steven H. Samorodin (samorodi@NUXI.com) @@ -12,7 +11,7 @@ CATEGORIES= games MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \ ftp://ftp.nuxi.com/pub/misc/ -MAINTAINER= samorodi@NUXI.com +MAINTAINER= samorodi@NUXI.com USE_XLIB= yes MAN6= ishido.6 |