diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-01-07 06:29:57 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-01-07 06:29:57 +0000 |
commit | ffde46cbf97ed90584d8c10bdc6bae8094784387 (patch) | |
tree | b78a36a23c5db32b200d7f48cb719e48b524fa47 /games/kaid | |
parent | 0e2c03666de0675409d0d8eedd95734db4465b70 (diff) |
Notes
Diffstat (limited to 'games/kaid')
-rw-r--r-- | games/kaid/Makefile | 1 | ||||
-rw-r--r-- | games/kaid/files/kaid.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/games/kaid/Makefile b/games/kaid/Makefile index 6408e2e6c84b..b158991636aa 100644 --- a/games/kaid/Makefile +++ b/games/kaid/Makefile @@ -7,6 +7,7 @@ PORTNAME= kaid PORTVERSION= 7.0.0.4b +PORTREVISION= 1 CATEGORIES= games net MASTER_SITES= http://www.teamxlink.co.uk/binary/ MASTER_SITE_SUBDIR= diff --git a/games/kaid/files/kaid.sh b/games/kaid/files/kaid.sh index d08dfabb017d..8b214dec67bf 100644 --- a/games/kaid/files/kaid.sh +++ b/games/kaid/files/kaid.sh @@ -12,7 +12,7 @@ # # kaid_enable="YES" # -kaid_enable="NO" +kaid_enable="${kaid_enable-NO}" . /etc/rc.subr |