diff options
author | garbled <garbled@pkgsrc.org> | 2000-12-13 08:31:01 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2000-12-13 08:31:01 +0000 |
commit | 999e5ec01d1c66bbb17e260c3d06d72105bc564e (patch) | |
tree | e14e3936df08aaa58ec65d8ee8fbfd585bce845a /games/crossfire-srv/Makefile | |
parent | 2edec53def61fe9d8bcd3b3b38de7d2837cd5f4a (diff) | |
download | pkgsrc-999e5ec01d1c66bbb17e260c3d06d72105bc564e.tar.gz |
Add and enable crossfire-cli and crossfire-srv, and fix some stupidity
in my initial import.
Diffstat (limited to 'games/crossfire-srv/Makefile')
-rw-r--r-- | games/crossfire-srv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire-srv/Makefile b/games/crossfire-srv/Makefile index 5644d9269b5..097aab2bfb9 100644 --- a/games/crossfire-srv/Makefile +++ b/games/crossfire-srv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/13 08:18:01 garbled Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/13 08:31:01 garbled Exp $ # DISTNAME= crossfire-0.95.8 -PKGNAME= crossfire_server-0.95.8 +PKGNAME= crossfire-server-0.95.8 CATEGORIES= games x11 MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/ DISTFILES= ${CF_SRC} ${CF_MAPS} |