aboutsummaryrefslogtreecommitdiff
path: root/textproc/aspell/files
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-26 20:48:31 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-26 20:48:31 +0000
commit9199d36798afa66f6e0f83740d6b6dbab215edf8 (patch)
tree395664193298b0f43c81311be2b86305b70e2f8b /textproc/aspell/files
parent42417bca868c3406f5a8fb5b1249f1ca38feda26 (diff)
downloadports-9199d36798afa66f6e0f83740d6b6dbab215edf8.tar.gz
ports-9199d36798afa66f6e0f83740d6b6dbab215edf8.zip
Notes
Diffstat (limited to 'textproc/aspell/files')
-rw-r--r--textproc/aspell/files/patch-aa21
-rw-r--r--textproc/aspell/files/patch-ah20
2 files changed, 26 insertions, 15 deletions
diff --git a/textproc/aspell/files/patch-aa b/textproc/aspell/files/patch-aa
index 3737a8179d67..5d38107e6922 100644
--- a/textproc/aspell/files/patch-aa
+++ b/textproc/aspell/files/patch-aa
@@ -1,15 +1,6 @@
---- manual/Makefile.in.orig Mon Feb 22 22:47:08 1999
-+++ manual/Makefile.in Sat Feb 27 20:23:24 1999
-@@ -70,7 +70,7 @@
- RANLIB = @RANLIB@
- VERSION = @VERSION@
-
--pkgdocdir = ${prefix}/doc/aspell
-+pkgdocdir = ${datadir}/doc/aspell
-
- pkgdoc_DATA = manual.dvi manual.tex manual2.lyx manual.aux
-
-@@ -78,7 +78,9 @@
+--- manual/Makefile.in.orig Tue Jul 27 19:07:44 1999
++++ manual/Makefile.in Thu Aug 19 11:03:13 1999
+@@ -85,7 +85,9 @@
MAINTAINERCLEANFILES = manual.dvi manual.log manual.aux
@@ -17,9 +8,9 @@
SUBDIRS = man-html man-text
+endif
- EXTRA_DIST = ${pkgdoc_DATA} html2txt.pl
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -252,7 +254,11 @@
+ EXTRA_DIST = ${pkgdoc_DATA} html.sty html2txt.pl edit-man manual.per man-proc.pl
+
+@@ -260,7 +262,11 @@
install-data: install-data-recursive
install-am: all-am
diff --git a/textproc/aspell/files/patch-ah b/textproc/aspell/files/patch-ah
new file mode 100644
index 000000000000..749ecceac3c0
--- /dev/null
+++ b/textproc/aspell/files/patch-ah
@@ -0,0 +1,20 @@
+--- configure.orig Mon Jul 26 12:31:53 1999
++++ configure Thu Aug 19 11:42:57 1999
+@@ -2581,7 +2581,7 @@
+ \
+ dictdir=$enable_dict_dir
+ else
+- dictdir=${libdir}/aspell
++ dictdir=${datadir}/aspell
+ fi
+
+
+@@ -2592,7 +2592,7 @@
+ \
+ pkgdocdir=$enable_doc_dir
+ else
+- pkgdocdir=\${prefix}/doc/aspell
++ pkgdocdir=\${prefix}/share/doc/aspell
+ fi
+
+