aboutsummaryrefslogtreecommitdiff
path: root/textproc/dict/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-02-25 01:23:01 +0000
committerSteve Price <steve@FreeBSD.org>1998-02-25 01:23:01 +0000
commit3041bcc6f3e8b9d5dc6b9a969d1efa7e829d5b63 (patch)
treed6038edf1273af3bc9018e5b65793ac7b7e96035 /textproc/dict/files
parenta6d2662a76629617ee82e28fba66901b6c6968c4 (diff)
Notes
Diffstat (limited to 'textproc/dict/files')
-rw-r--r--textproc/dict/files/patch-aa13
-rw-r--r--textproc/dict/files/patch-ab13
-rw-r--r--textproc/dict/files/patch-ac20
3 files changed, 46 insertions, 0 deletions
diff --git a/textproc/dict/files/patch-aa b/textproc/dict/files/patch-aa
new file mode 100644
index 000000000000..91175db49ac7
--- /dev/null
+++ b/textproc/dict/files/patch-aa
@@ -0,0 +1,13 @@
+--- configure.orig Mon Feb 16 12:05:08 1998
++++ configure Thu Feb 19 23:48:55 1998
+@@ -549,8 +549,8 @@
+
+
+
+-prefix=/usr
+-etcdir=/etc
++prefix=${PREFIX}
++etcdir=${PREFIX}/etc
+ piddir=/var/run
+
+ echo Configuring for dict
diff --git a/textproc/dict/files/patch-ab b/textproc/dict/files/patch-ab
new file mode 100644
index 000000000000..b3394b77245e
--- /dev/null
+++ b/textproc/dict/files/patch-ab
@@ -0,0 +1,13 @@
+--- Makefile.in.orig Mon Feb 16 12:00:09 1998
++++ Makefile.in Fri Feb 20 03:53:10 1998
+@@ -141,8 +141,8 @@
+ $(CC) -c $(XTRACFLAGS) $(CFLAGS) -Wno-implicit $<
+
+ install.dict: dict
+- install dict $(bindir)
+- install -m 644 dict.1 $(man1_prefix)
++ $(INSTALL) -m 755 -o bin -g bin dict $(bindir)
++ $(INSTALL) -m 644 -o bin -g bin dict.1 $(man1_prefix)
+
+ install.dictzip: dictzip
+ install dictzip $(bindir)
diff --git a/textproc/dict/files/patch-ac b/textproc/dict/files/patch-ac
new file mode 100644
index 000000000000..36c37c92216e
--- /dev/null
+++ b/textproc/dict/files/patch-ac
@@ -0,0 +1,20 @@
+--- dict.1.orig Mon Feb 16 12:00:30 1998
++++ dict.1 Fri Feb 20 04:01:25 1998
+@@ -23,7 +23,7 @@
+ .\" Formatted or processed versions of this manual, if unaccompanied by
+ .\" the source, must acknowledge the copyright and authors of this work.
+ .\"
+-.TH DICT 1 "15 February 1998" "" "Linux Programmer's Manual"
++.TH DICT 1 "15 February 1998" "" ""
+ .SH NAME
+ dict \- DICT Protocol Client
+ .SH SYNOPSIS
+@@ -237,7 +237,7 @@
+ .SH FILES
+ .I ~/.dictrc
+ .br
+-.I /etc/dict.conf
++.I /usr/local/etc/dict.conf
+ .SH "SEE ALSO"
+ .BR dictd (8),
+ .BR dictzip (1),