1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/textproc/aspell/files/patch-ah
Chris Piazza 9199d36798 Update to version 0.28.2.1
This port requires gcc 2.95.1 to build, so USE_NEWGCC
isn't set until -current is upgraded to that version.

PR:		13166
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-26 20:48:31 +00:00

21 lines
355 B
Plaintext

--- 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