diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-22 03:27:14 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-01-22 03:27:14 +0000 |
commit | 22676bade853826d224aa97cb96b8c1de930c89b (patch) | |
tree | e90905ff3588bd094705310f0af8a19e31f42a6d /games/spider | |
parent | MASTER_SITES are broken, so add a workaround (diff) |
- Use MASTER_SITE_SUNSITE to MASTER_SITES
- Fix pkg/PLIST
PR: 16276
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=24899
Diffstat (limited to 'games/spider')
-rw-r--r-- | games/spider/Makefile | 5 | ||||
-rw-r--r-- | games/spider/distinfo | 2 | ||||
-rw-r--r-- | games/spider/files/patch-ab | 20 | ||||
-rw-r--r-- | games/spider/files/patch-ac | 11 | ||||
-rw-r--r-- | games/spider/pkg-plist | 5 |
5 files changed, 37 insertions, 6 deletions
diff --git a/games/spider/Makefile b/games/spider/Makefile index 3c523c9108f9..9dff072499a1 100644 --- a/games/spider/Makefile +++ b/games/spider/Makefile @@ -9,8 +9,9 @@ DISTNAME= spider PKGNAME= spider-1.1 CATEGORIES= games -MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ \ - http://www.lovett.com/~ade/FreeBSD/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/solitaires +EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org diff --git a/games/spider/distinfo b/games/spider/distinfo index 127781d749a6..60dc3d7eef26 100644 --- a/games/spider/distinfo +++ b/games/spider/distinfo @@ -1 +1 @@ -MD5 (spider.tar.gz) = bd0fa431f4dd9560c6eab3042327e957 +MD5 (spider.tar.Z) = 3ffbe6417b497531ff5b46cab7db311f diff --git a/games/spider/files/patch-ab b/games/spider/files/patch-ab new file mode 100644 index 000000000000..228bbcdf077d --- /dev/null +++ b/games/spider/files/patch-ab @@ -0,0 +1,20 @@ +--- Imakefile.orig Sun Sep 29 02:46:02 1991 ++++ Imakefile Wed Jan 18 00:00:00 2000 +@@ -8,7 +8,7 @@ + SPLIT = split + CAT = cat + /***** Note: probably want to define this to be something else *****/ +- HELPDIR = help ++ HELPDIR = LibDir/spider + + /***** Note: Used to over-ride some declarations in the default Imakefile + configurations. If you want to use some of these things, then +@@ -16,7 +16,7 @@ + definitions to what you would like them to be below. Delete + or comment out those you do not wish to use *****/ + #ifndef OverrideDefs +-#define OverrideDefs YES ++#define OverrideDefs NO + #endif + + #if OverrideDefs diff --git a/games/spider/files/patch-ac b/games/spider/files/patch-ac new file mode 100644 index 000000000000..6eb8eb30797f --- /dev/null +++ b/games/spider/files/patch-ac @@ -0,0 +1,11 @@ +--- spider.man.orig Sun Sep 29 02:46:06 1991 ++++ spider.man Wed Jan 18 00:00:00 2000 +@@ -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 diff --git a/games/spider/pkg-plist b/games/spider/pkg-plist index f0044811c2d2..6be5dad9f67e 100644 --- a/games/spider/pkg-plist +++ b/games/spider/pkg-plist @@ -1,9 +1,8 @@ bin/spider -@exec mkdir %D/lib/X11/spider lib/X11/spider/doc.controls -lib/X11/spider/doc.intro -lib/X11/spider/doc.rules lib/X11/spider/doc.examples +lib/X11/spider/doc.intro lib/X11/spider/doc.misc +lib/X11/spider/doc.rules lib/X11/spider/doc.summary @dirrm lib/X11/spider |