pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/gnuchess4 games/gnuchess4: Install manpages into...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fafa9030f54
branches:  trunk
changeset: 366877:2fafa9030f54
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 19 00:21:01 2017 +0000

description:
games/gnuchess4: Install manpages into ${PKGMANDIR}.

Modify the project Makefile to set MANDIR, the location of the
installed manpages, to point to ${PKGMANDIR}.

diffstat:

 games/gnuchess4/distinfo         |   4 ++--
 games/gnuchess4/patches/patch-ae |  17 ++++++++++-------
 2 files changed, 12 insertions(+), 9 deletions(-)

diffs (57 lines):

diff -r 9b1ffe98a62f -r 2fafa9030f54 games/gnuchess4/distinfo
--- a/games/gnuchess4/distinfo  Sat Aug 19 00:20:50 2017 +0000
+++ b/games/gnuchess4/distinfo  Sat Aug 19 00:21:01 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2017/03/23 17:06:51 joerg Exp $
+$NetBSD: distinfo,v 1.10 2017/08/19 00:21:01 jlam Exp $
 
 SHA1 (gnuchess-4.0.pl80.tar.gz) = 0c581be2e7b6b17524e288e105a468a7ca328c8b
 RMD160 (gnuchess-4.0.pl80.tar.gz) = 889510f73c3e5143fc312c010e8324e68c11dcdc
@@ -8,7 +8,7 @@
 SHA1 (patch-ab) = dd15478800a18d5a43b8f03b3f3b57b09162f4f8
 SHA1 (patch-ac) = 2d2ad394545b4eb4285389642c84872d4e0d9a25
 SHA1 (patch-ad) = 1fc8df5f7b34fd82fb43de71cdaf01ff5f72d51a
-SHA1 (patch-ae) = 5b112b5d9c3d26adef170e12e29734a9eecc6245
+SHA1 (patch-ae) = a22629087995587ee91c47fcdd09d04212705eba
 SHA1 (patch-af) = 220b368a8d2274419c9d173433a956ab5c0c96b4
 SHA1 (patch-src_eval.c) = 127b4e3e7e0249aacfb0ee01186027e727eab19d
 SHA1 (patch-src_genmoves.c) = 5d538d49a8f495afc86d40f81ca72f424170c5be
diff -r 9b1ffe98a62f -r 2fafa9030f54 games/gnuchess4/patches/patch-ae
--- a/games/gnuchess4/patches/patch-ae  Sat Aug 19 00:20:50 2017 +0000
+++ b/games/gnuchess4/patches/patch-ae  Sat Aug 19 00:21:01 2017 +0000
@@ -1,17 +1,20 @@
-$NetBSD: patch-ae,v 1.4 2008/06/20 01:09:20 joerg Exp $
+$NetBSD: patch-ae,v 1.5 2017/08/19 00:21:01 jlam Exp $
 
---- 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 @@
+--- src/Makefile.in.orig       1998-09-28 06:41:13.000000000 +0000
++++ src/Makefile.in
+@@ -127,9 +127,9 @@ LIBS = @LIBS@ -lm
  
  prefix = @prefix@
  exec_prefix = @exec_prefix@
 -LIBDIR = $(prefix)/lib
 +LIBDIR = $(prefix)/share/gnuchess4
  BINDIR = $(exec_prefix)/bin
- MANDIR = $(prefix)/man/man6
+-MANDIR = $(prefix)/man/man6
++MANDIR = $(prefix)/$(PKGMANDIR)/man6
  MANEXT = .6
-@@ -148,29 +148,30 @@
+ 
+ DISTSOURCE = Makefile.ddj Makefile.dos Makefile.in Makefile.nt README ataks.c ataks.h \
+@@ -148,29 +148,30 @@ DISTDIR = $(PRODUCT)-$(VERSION).pl$(PATC
  all: gnuchess gnuchessr gnuchessn gnuchessx gnuchessc postprint gnuan game gnuchess.eco gnuchess.data
  
  install: 
@@ -63,7 +66,7 @@
        rm -f $(BINDIR)/postprint
        rm -f $(BINDIR)/gnuan
        rm -f $(BINDIR)/game
-@@ -180,7 +181,7 @@
+@@ -180,7 +181,7 @@ uninstall:
        rm -f $(LIBDIR)/gnuchess.eco
        rm -f $(MANDIR)/game.6
        rm -f $(MANDIR)/gnuan.6



Home | Main Index | Thread Index | Old Index