diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-25 17:59:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-25 17:59:05 +0000 |
commit | 56234eb486f34550d42441e5c086e6425dc725bb (patch) | |
tree | 86bd114f362a8b7db3ff7151211f64bcb3bac6d5 /games/bs/Makefile | |
parent | - Update to version 2.7 (diff) |
- Update to version 2.5
PR: 60564
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=96581
Diffstat (limited to 'games/bs/Makefile')
-rw-r--r-- | games/bs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile index 383d37351397..e013eda4ee30 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -6,14 +6,16 @@ # PORTNAME= bs -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bs/ MAINTAINER= ports@FreeBSD.org COMMENT= Battleships solitaire game with a color interface +MAKE_ARGS= CC="${CC}" ALL_TARGET= # empty + MAN6= bs.6 do-install: |