diff options
author | seb <seb@pkgsrc.org> | 2004-08-17 13:16:53 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-08-17 13:16:53 +0000 |
commit | 99d9f8e16879b8a5180092611ec12d259cc7663f (patch) | |
tree | c470f20782c6254b0f401389def8ce0dd964c8b6 /games | |
parent | aefc27890ba29a48acd86188b5a6a05347d253bd (diff) | |
download | pkgsrc-99d9f8e16879b8a5180092611ec12d259cc7663f.tar.gz |
Fix pasto on HOMEPAGE.
Diffstat (limited to 'games')
-rw-r--r-- | games/bos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bos/Makefile b/games/bos/Makefile index 84f5c1cbb8b..a755029c1eb 100644 --- a/games/bos/Makefile +++ b/games/bos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/08/17 12:52:36 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/08/17 13:16:53 seb Exp $ # DISTNAME= bos_1_1 @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://bos.seul.org/files/ MAINTAINER= wiz@NetBSD.org -HOMEPAGE= http://bos.seul.org/files/ +HOMEPAGE= http://bos.seul.org/ COMMENT= Invasion - Battle of Survival (real-time strategy game) DEPENDS+= stratagus>=2.1:../../games/stratagus |