diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-03 21:51:57 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-03 21:51:57 +0000 |
commit | e219599ba9a91e45f2877ca39d43a7ac556cb93c (patch) | |
tree | 9b8526f014b68bf0415a97e7b02edb2800d9f525 /games/gnuchess4 | |
parent | 3a663cfe9f87efd28165c887975828264319fdb7 (diff) | |
download | pkgsrc-e219599ba9a91e45f2877ca39d43a7ac556cb93c.tar.gz |
Fixed wrong use of WRKSRC.
Diffstat (limited to 'games/gnuchess4')
-rw-r--r-- | games/gnuchess4/Makefile | 7 | ||||
-rw-r--r-- | games/gnuchess4/distinfo | 14 | ||||
-rw-r--r-- | games/gnuchess4/patches/patch-aa | 6 | ||||
-rw-r--r-- | games/gnuchess4/patches/patch-ab | 6 | ||||
-rw-r--r-- | games/gnuchess4/patches/patch-ac | 6 | ||||
-rw-r--r-- | games/gnuchess4/patches/patch-ad | 6 | ||||
-rw-r--r-- | games/gnuchess4/patches/patch-ae | 6 | ||||
-rw-r--r-- | games/gnuchess4/patches/patch-af | 6 |
8 files changed, 29 insertions, 28 deletions
diff --git a/games/gnuchess4/Makefile b/games/gnuchess4/Makefile index 08c25f2df81..df5f77b6b0f 100644 --- a/games/gnuchess4/Makefile +++ b/games/gnuchess4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/24 21:12:54 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/11/03 22:01:10 rillig Exp $ DISTNAME= gnuchess-4.0.pl80 PKGNAME= gnuchess4-4.0.80 @@ -13,12 +13,13 @@ CONFLICTS= gnuchess-4.* NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes +CONFIGURE_DIRS= src +BUILD_DIRS= ${CONFIGURE_DIRS} post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnuchess4 - cd ${WRKSRC}/../doc; ${INSTALL_DATA} \ + cd ${WRKSRC}/doc; ${INSTALL_DATA} \ ARTICLE ARTICLE.2 CHESSTOOL FAQ HEURISTICS MOVE-GEN \ README.font README.output \ ${PREFIX}/share/doc/gnuchess4 diff --git a/games/gnuchess4/distinfo b/games/gnuchess4/distinfo index 4bbff87d814..fc52812631f 100644 --- a/games/gnuchess4/distinfo +++ b/games/gnuchess4/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.4 2005/04/17 04:58:22 minskim Exp $ +$NetBSD: distinfo,v 1.5 2005/11/03 22:01:10 rillig Exp $ SHA1 (gnuchess-4.0.pl80.tar.gz) = 0c581be2e7b6b17524e288e105a468a7ca328c8b RMD160 (gnuchess-4.0.pl80.tar.gz) = 889510f73c3e5143fc312c010e8324e68c11dcdc Size (gnuchess-4.0.pl80.tar.gz) = 1493280 bytes -SHA1 (patch-aa) = 5536277956df81c31e7049e45fb9103dfa2aa58b -SHA1 (patch-ab) = 0149bdbaa0cce03ce29274bbbe2346013e045382 -SHA1 (patch-ac) = e3a320bc8e6e40be3a136b0229ff228b09bbe7a1 -SHA1 (patch-ad) = 33e3f2fe7792d1bb0e17ffec3e4499341446a28b -SHA1 (patch-ae) = 4c3a5aa4bedf06a7490676921071d974dd259d2e -SHA1 (patch-af) = b032046200573807801c2855e3a186f23e2591a9 +SHA1 (patch-aa) = 0528b70c06a07ba17093bce467446899b2eaf2fd +SHA1 (patch-ab) = 853b42df0871471047dddfb102841ad7d6e68499 +SHA1 (patch-ac) = 2d2ad394545b4eb4285389642c84872d4e0d9a25 +SHA1 (patch-ad) = 1fc8df5f7b34fd82fb43de71cdaf01ff5f72d51a +SHA1 (patch-ae) = 31ed0b133d10457b89eaa09e56cdbd5b3a1b382b +SHA1 (patch-af) = 220b368a8d2274419c9d173433a956ab5c0c96b4 diff --git a/games/gnuchess4/patches/patch-aa b/games/gnuchess4/patches/patch-aa index 37782a99bf6..1b065cd48b4 100644 --- a/games/gnuchess4/patches/patch-aa +++ b/games/gnuchess4/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2005/04/17 04:58:22 minskim Exp $ +$NetBSD: patch-aa,v 1.3 2005/11/03 22:01:10 rillig Exp $ ---- dspcom.c.orig 1998-09-28 01:41:19.000000000 -0500 -+++ dspcom.c +--- src/dspcom.c.orig 1998-09-28 01:41:19.000000000 -0500 ++++ src/dspcom.c @@ -1099,7 +1099,7 @@ InputCommand (void) #ifdef NONDSP s[0] = sx[0] = '\0'; diff --git a/games/gnuchess4/patches/patch-ab b/games/gnuchess4/patches/patch-ab index 0abe7c9fe6b..7e26f8cd455 100644 --- a/games/gnuchess4/patches/patch-ab +++ b/games/gnuchess4/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1.1.1 2000/03/26 14:44:41 jlam Exp $ +$NetBSD: patch-ab,v 1.2 2005/11/03 22:01:10 rillig Exp $ ---- gnuan.c.orig Sat Apr 3 05:58:53 1999 -+++ gnuan.c Wed Nov 17 23:57:25 1999 +--- src/gnuan.c.orig Sat Apr 3 05:58:53 1999 ++++ src/gnuan.c Wed Nov 17 23:57:25 1999 @@ -1348,12 +1348,12 @@ fpout = stderr; fprintf (fpout, "Input the file with the algebraic moves of the game.\n"); diff --git a/games/gnuchess4/patches/patch-ac b/games/gnuchess4/patches/patch-ac index ecce3c04705..81a10ce1e3e 100644 --- a/games/gnuchess4/patches/patch-ac +++ b/games/gnuchess4/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.1.1.1 2000/03/26 14:44:41 jlam Exp $ +$NetBSD: patch-ac,v 1.2 2005/11/03 22:01:10 rillig Exp $ ---- nondsp.c.orig Mon Sep 28 08:41:22 1998 -+++ nondsp.c Thu Dec 10 23:39:26 1998 +--- src/nondsp.c.orig Mon Sep 28 08:41:22 1998 ++++ src/nondsp.c Thu Dec 10 23:39:26 1998 @@ -264,10 +264,11 @@ NewGame (); diff --git a/games/gnuchess4/patches/patch-ad b/games/gnuchess4/patches/patch-ad index f3f1ead26f2..6325fe4474b 100644 --- a/games/gnuchess4/patches/patch-ad +++ b/games/gnuchess4/patches/patch-ad @@ -1,7 +1,7 @@ -$NetBSD: patch-ad,v 1.1.1.1 2000/03/26 14:44:41 jlam Exp $ +$NetBSD: patch-ad,v 1.2 2005/11/03 22:01:10 rillig Exp $ ---- search.c.orig Mon Sep 28 08:41:23 1998 -+++ search.c Thu Dec 10 23:39:26 1998 +--- src/search.c.orig Mon Sep 28 08:41:23 1998 ++++ src/search.c Thu Dec 10 23:39:26 1998 @@ -174,7 +174,7 @@ while (true) { diff --git a/games/gnuchess4/patches/patch-ae b/games/gnuchess4/patches/patch-ae index 6182bfbf914..7fe5fdb6ca0 100644 --- a/games/gnuchess4/patches/patch-ae +++ b/games/gnuchess4/patches/patch-ae @@ -1,7 +1,7 @@ -$NetBSD: patch-ae,v 1.2 2000/03/27 10:25:01 jlam Exp $ +$NetBSD: patch-ae,v 1.3 2005/11/03 22:01:10 rillig Exp $ ---- Makefile.in.orig Sun Sep 27 23:41:13 1998 -+++ Makefile.in Sun Mar 26 16:15:23 2000 +--- src/Makefile.in.orig Sun Sep 27 23:41:13 1998 ++++ src/Makefile.in Sun Mar 26 16:15:23 2000 @@ -127,7 +127,7 @@ prefix = @prefix@ diff --git a/games/gnuchess4/patches/patch-af b/games/gnuchess4/patches/patch-af index 47986c278a3..e508614eaf5 100644 --- a/games/gnuchess4/patches/patch-af +++ b/games/gnuchess4/patches/patch-af @@ -1,7 +1,7 @@ -$NetBSD: patch-af,v 1.1 2000/03/27 10:25:25 jlam Exp $ +$NetBSD: patch-af,v 1.2 2005/11/03 22:01:10 rillig Exp $ ---- ../doc/gnuchess.6.orig Sun Sep 27 23:41:10 1998 -+++ ../doc/gnuchess.6 Sun Mar 26 16:17:18 2000 +--- doc/gnuchess.6.orig Sun Sep 27 23:41:10 1998 ++++ doc/gnuchess.6 Sun Mar 26 16:17:18 2000 @@ -1,8 +1,8 @@ -.TH gnuchess 6 +.TH gnuchess4 6 |