diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 22:44:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 22:44:29 +0000 |
commit | d5c2c82a6d6af4530294fee3e402bb65790c2146 (patch) | |
tree | 3d3a32322e9ea37e7f7b0ea7aaaf7b424cfce49c /games/connect4 | |
parent | PREFIX -> LOCALBASE (diff) |
remove extra whitespace (portlint)
Submitte by:
Notes
Notes:
svn path=/head/; revision=26863
Diffstat (limited to '')
-rw-r--r-- | games/connect4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/connect4/Makefile b/games/connect4/Makefile index 48b612e87d11..9ac2d481d9af 100644 --- a/games/connect4/Makefile +++ b/games/connect4/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: connect4 +# New ports collection makefile for: connect4 # Version required: 3.2 # Date created: Thu May 8 16:41:01 EST 1997 # Whom: Joel Sutton <jsutton@bbcon.com.au> # # $FreeBSD$ # - + DISTNAME= connect4 PKGNAME= connect4-3.2 CATEGORIES= games |