summaryrefslogtreecommitdiffstats
path: root/games/tksol/files/patch-a
blob: 77058db9d8af14217533e4b304e8222fc612abf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
diff -cr tksol-0.9.orig/Makefile tksol-0.9/Makefile
*** tksol-0.9.orig/Makefile	Fri Jan  7 21:30:02 1994
--- tksol-0.9/Makefile	Sun Jun 25 19:28:08 1995
***************
*** 7,13 ****
          CHMOD = chmod
           ECHO = echo
          MKDIR = mkdir -p
!       INSTALL = install -c -m 644
  
      BINSCRIPT = -e 's+@cardbitmaps@+$(CARDBITMAPS)+g' \
                  -e 's+@downbitmaps@+$(DOWNBITMAPS)+g' \
--- 7,13 ----
          CHMOD = chmod
           ECHO = echo
          MKDIR = mkdir -p
!       INSTALL = install -c -m 644 -g bin -o bin
  
      BINSCRIPT = -e 's+@cardbitmaps@+$(CARDBITMAPS)+g' \
                  -e 's+@downbitmaps@+$(DOWNBITMAPS)+g' \
***************
*** 19,45 ****
  ############################################
  # Absolute pathname of the wish executable #
  ############################################
! WISH = /usr/imports/bin/wish
  
  ####################################################
  # Directory where the script tksol will be located #
  ####################################################
! BINDIR = /homes/bao/src/test/tksol
  
  #####################################################
  # Directory where the tksol manpage will be located #
  #####################################################
! MANDIR = /homes/bao/src/man
  
  ####################################################################
  # Directory where the bitmaps for the faceup cards will be located #
  ####################################################################
! CARDBITMAPS = /homes/bao/src/test/tksol/cardbitmaps
  
  ######################################################################
  # Directory where the bitmaps for the facedown cards will be located #
  ######################################################################
! DOWNBITMAPS = /homes/bao/src/test/tksol/downbitmaps
  
  
  all: tksol tksol.1
--- 19,45 ----
  ############################################
  # Absolute pathname of the wish executable #
  ############################################
! WISH = ${PREFIX}/bin/wish4.0
  
  ####################################################
  # Directory where the script tksol will be located #
  ####################################################
! BINDIR = ${PREFIX}/bin
  
  #####################################################
  # Directory where the tksol manpage will be located #
  #####################################################
! MANDIR = ${PREFIX}/man/man1
  
  ####################################################################
  # Directory where the bitmaps for the faceup cards will be located #
  ####################################################################
! CARDBITMAPS = ${PREFIX}/lib/tk4.0/tksol/cardbitmaps
  
  ######################################################################
  # Directory where the bitmaps for the facedown cards will be located #
  ######################################################################
! DOWNBITMAPS = ${PREFIX}/lib/tk4.0/tksol/downbitmaps
  
  
  all: tksol tksol.1
OpenPOWER on IntegriCloud