summaryrefslogtreecommitdiff
path: root/games/cgoban/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-01-13 07:34:13 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-01-13 07:34:13 +0000
commit94fe14f80fd1d426a22eaf8515a571a099884129 (patch)
tree7e135603a22c4e9c01426ac72ca0594f5d9c4db1 /games/cgoban/files
parentSkip non-existent subdirectories. The diff is rather large because (diff)
Import of cgoban, an internet go client.
Closes PR #2398. Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>
Notes
Notes: svn path=/head/; revision=5331
Diffstat (limited to 'games/cgoban/files')
-rw-r--r--games/cgoban/files/patch-a19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/cgoban/files/patch-a b/games/cgoban/files/patch-a
new file mode 100644
index 000000000000..2db2836d2956
--- /dev/null
+++ b/games/cgoban/files/patch-a
@@ -0,0 +1,19 @@
+*** Makefile.in~ Sat Aug 24 17:26:24 1996
+--- Makefile.in Mon Oct 28 12:22:40 1996
+***************
+*** 36,42 ****
+
+ # Change these values to tell make where to put the binary and the man page
+ # when it's done compiling.
+! PREFIX = /usr/games
+ BINDIR = $(PREFIX)/bin
+ MANDIR = $(PREFIX)/man
+
+--- 36,42 ----
+
+ # Change these values to tell make where to put the binary and the man page
+ # when it's done compiling.
+! PREFIX = @prefix@
+ BINDIR = $(PREFIX)/bin
+ MANDIR = $(PREFIX)/man
+