- 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
|
DISTNAME= spider
|
||||||
PKGNAME= spider-1.1
|
PKGNAME= spider-1.1
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
|
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ \
|
||||||
|
http://www.lovett.com/~ade/FreeBSD/
|
||||||
|
|
||||||
MAINTAINER= angelos@openbsd.org
|
MAINTAINER= angelos@openbsd.org
|
||||||
|
|
||||||
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
|
|
||||||
|
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
INSTALL_TARGET= install install.doc
|
INSTALL_TARGET= install install.doc
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- ./Imakefile.org Sat Sep 28 10:46:02 1991
|
--- Imakefile.orig Sat Sep 28 13:46:02 1991
|
||||||
+++ ./Imakefile Tue Oct 3 04:19:58 1995
|
+++ Imakefile Tue Sep 28 16:01:52 1999
|
||||||
@@ -8,7 +8,7 @@
|
@@ -8,7 +8,7 @@
|
||||||
SPLIT = split
|
SPLIT = split
|
||||||
CAT = cat
|
CAT = cat
|
||||||
@ -18,14 +18,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if OverrideDefs
|
#if OverrideDefs
|
||||||
--- ./spider.man.org Sat Sep 28 10:46:06 1991
|
@@ -235,7 +235,7 @@
|
||||||
+++ ./spider.man Tue Oct 3 04:16:19 1995
|
# endif
|
||||||
@@ -53,7 +53,7 @@
|
#endif
|
||||||
Specifies the time (in microseconds) to pause between each move when
|
|
||||||
showing a Replay. The default is 200.
|
-INCLUDES = -I. $(TKINCLUDES)
|
||||||
.TP 8
|
+INCLUDES = -I. -I${X11BASE}/include $(TKINCLUDES)
|
||||||
-.B "roundsCards (\fPclass\fB RoundCards)"
|
|
||||||
+.B "roundCards (\fPclass\fB RoundCards)"
|
CPPFLAGS =
|
||||||
Specifies whether to use rounded cards are not. Rounded cards look
|
|
||||||
better, but are considerably slower. The default is "on".
|
|
||||||
.TP 8
|
|
||||||
|
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
|
bin/spider
|
||||||
man/man1/spider.1
|
man/cat1/spider.0
|
||||||
@exec mkdir %D/lib/X11/spider
|
|
||||||
lib/X11/spider/doc.controls
|
lib/X11/spider/doc.controls
|
||||||
lib/X11/spider/doc.intro
|
lib/X11/spider/doc.intro
|
||||||
lib/X11/spider/doc.rules
|
lib/X11/spider/doc.rules
|
||||||
lib/X11/spider/doc.examples
|
lib/X11/spider/doc.examples
|
||||||
lib/X11/spider/doc.misc
|
lib/X11/spider/doc.misc
|
||||||
lib/X11/spider/doc.summary
|
lib/X11/spider/doc.summary
|
||||||
|
@dirrm lib/X11/spider
|
||||||
|
Loading…
Reference in New Issue
Block a user