- split out patches
- correct PLIST - make this port compile properly
This commit is contained in:
parent
29063d6ead
commit
1256375b0e
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.2 1998/11/09 01:49:56 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1999/09/28 20:31:52 brad Exp $
|
||||
|
||||
DISTNAME= spider
|
||||
PKGNAME= spider-1.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ \
|
||||
http://www.lovett.com/~ade/FreeBSD/
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
|
||||
|
||||
USE_IMAKE= yes
|
||||
INSTALL_TARGET= install install.doc
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- ./Imakefile.org Sat Sep 28 10:46:02 1991
|
||||
+++ ./Imakefile Tue Oct 3 04:19:58 1995
|
||||
--- Imakefile.orig Sat Sep 28 13:46:02 1991
|
||||
+++ Imakefile Tue Sep 28 16:01:52 1999
|
||||
@@ -8,7 +8,7 @@
|
||||
SPLIT = split
|
||||
CAT = cat
|
||||
@ -18,14 +18,12 @@
|
||||
#endif
|
||||
|
||||
#if OverrideDefs
|
||||
--- ./spider.man.org Sat Sep 28 10:46:06 1991
|
||||
+++ ./spider.man Tue Oct 3 04:16:19 1995
|
||||
@@ -53,7 +53,7 @@
|
||||
Specifies the time (in microseconds) to pause between each move when
|
||||
showing a Replay. The default is 200.
|
||||
.TP 8
|
||||
-.B "roundsCards (\fPclass\fB RoundCards)"
|
||||
+.B "roundCards (\fPclass\fB RoundCards)"
|
||||
Specifies whether to use rounded cards are not. Rounded cards look
|
||||
better, but are considerably slower. The default is "on".
|
||||
.TP 8
|
||||
@@ -235,7 +235,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
-INCLUDES = -I. $(TKINCLUDES)
|
||||
+INCLUDES = -I. -I${X11BASE}/include $(TKINCLUDES)
|
||||
|
||||
CPPFLAGS =
|
||||
|
||||
|
11
games/spider/patches/patch-ab
Normal file
11
games/spider/patches/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- spider.man.orig Sat Sep 28 13:46:06 1991
|
||||
+++ spider.man Tue Sep 28 15:11:49 1999
|
||||
@@ -53,7 +53,7 @@
|
||||
Specifies the time (in microseconds) to pause between each move when
|
||||
showing a Replay. The default is 200.
|
||||
.TP 8
|
||||
-.B "roundsCards (\fPclass\fB RoundCards)"
|
||||
+.B "roundCards (\fPclass\fB RoundCards)"
|
||||
Specifies whether to use rounded cards are not. Rounded cards look
|
||||
better, but are considerably slower. The default is "on".
|
||||
.TP 8
|
@ -1,9 +1,9 @@
|
||||
bin/spider
|
||||
man/man1/spider.1
|
||||
@exec mkdir %D/lib/X11/spider
|
||||
man/cat1/spider.0
|
||||
lib/X11/spider/doc.controls
|
||||
lib/X11/spider/doc.intro
|
||||
lib/X11/spider/doc.rules
|
||||
lib/X11/spider/doc.examples
|
||||
lib/X11/spider/doc.misc
|
||||
lib/X11/spider/doc.summary
|
||||
@dirrm lib/X11/spider
|
||||
|
Loading…
Reference in New Issue
Block a user