Add and enable crossfire-cli and crossfire-srv, and fix some stupidity
in my initial import.
This commit is contained in:
parent
2edec53def
commit
999e5ec01d
6 changed files with 9 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.106 2000/12/12 01:30:48 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.107 2000/12/13 08:31:01 garbled Exp $
|
||||
#
|
||||
|
||||
SUBDIR += abuse
|
||||
|
@ -23,7 +23,8 @@
|
|||
SUBDIR += crafty-book-medium
|
||||
SUBDIR += crafty-book-small
|
||||
SUBDIR += crafty-doc
|
||||
SUBDIR += crossfire
|
||||
SUBDIR += crossfire-cli
|
||||
SUBDIR += crossfire-srv
|
||||
SUBDIR += dopewars
|
||||
SUBDIR += eus-demo
|
||||
SUBDIR += exchess
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/12/13 08:19:20 garbled Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2000/12/13 08:31:01 garbled Exp $
|
||||
#
|
||||
|
||||
DISTNAME= crossfire-client-0.95.8
|
||||
PKGNAME= crossfire_client-0.95.8
|
||||
CATEGORIES= games x11
|
||||
MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/
|
||||
DISTFILES= ${CF_SRC} ${CF_SND}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
$NetBSD: patch-aa,v 1.2 2000/12/13 08:31:01 garbled Exp $
|
||||
--- configure.orig Tue Nov 28 22:52:21 2000
|
||||
+++ configure Wed Dec 6 08:57:37 2000
|
||||
@@ -3283,7 +3283,7 @@
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
$NetBSD: patch-aa,v 1.2 2000/12/13 08:31:02 garbled Exp $
|
||||
--- crossedit/Makefile.in.orig Tue Dec 5 23:30:11 2000
|
||||
+++ crossedit/Makefile.in Tue Dec 5 23:31:40 2000
|
||||
@@ -67,7 +67,7 @@
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
$NetBSD: patch-ab,v 1.2 2000/12/13 08:31:02 garbled Exp $
|
||||
--- crossedit/Cnv/Makefile.in.orig Tue Dec 5 23:34:36 2000
|
||||
+++ crossedit/Cnv/Makefile.in Tue Dec 5 23:34:56 2000
|
||||
@@ -13,7 +13,7 @@
|
||||
|
|
Loading…
Reference in a new issue