summaryrefslogtreecommitdiff
path: root/textproc/aspell/files/patch-aa
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-02-28 10:25:58 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-02-28 10:25:58 +0000
commitf96d6293515026355c765b7263cc0190f9635f15 (patch)
treeaf29142abc34c25513550d3b07e098aa04db6374 /textproc/aspell/files/patch-aa
parentUpgrade to xwpe-1.5.16a (diff)
Upgrade to 0.27.
If "HAVE_EGCS" is defined, aspell will not depend on the STL port and will use the natvie EGCS STL instead.
Notes
Notes: svn path=/head/; revision=16932
Diffstat (limited to 'textproc/aspell/files/patch-aa')
-rw-r--r--textproc/aspell/files/patch-aa39
1 files changed, 15 insertions, 24 deletions
diff --git a/textproc/aspell/files/patch-aa b/textproc/aspell/files/patch-aa
index 8551c42f6f0d..3737a8179d67 100644
--- a/textproc/aspell/files/patch-aa
+++ b/textproc/aspell/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.in~ Sat Nov 7 22:33:18 1998
-+++ Makefile.in Mon Dec 7 00:15:58 1998
+--- 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@
@@ -7,36 +7,27 @@
-pkgdocdir = ${prefix}/doc/aspell
+pkgdocdir = ${datadir}/doc/aspell
- AUTOMAKE_OPTIONS = foreign
+ pkgdoc_DATA = manual.dvi manual.tex manual2.lyx manual.aux
-@@ -101,7 +101,9 @@
+@@ -78,7 +78,9 @@
- pkgdoc_DATA = manual.dvi manual.tex manual2.lyx manual.aux
+ MAINTAINERCLEANFILES = manual.dvi manual.log manual.aux
+ifndef NOPORTDOCS
SUBDIRS = man-html man-text
+endif
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = as_config.h
-@@ -520,7 +522,11 @@
- install-exec-am: install-libLTLIBRARIES install-binPROGRAMS
+ EXTRA_DIST = ${pkgdoc_DATA} html2txt.pl
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+@@ -252,7 +254,11 @@
+ install-data: install-data-recursive
+ install-am: all-am
+ifndef NOPORTDOCS
- install-data-am: install-pkgdataDATA install-pkgdocDATA install-includeHEADERS
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+else
-+install-data-am: install-pkgdataDATA install-includeHEADERS
++ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am
+endif
-
- uninstall-am: uninstall-libLTLIBRARIES uninstall-binPROGRAMS uninstall-pkgdataDATA uninstall-pkgdocDATA uninstall-includeHEADERS
-
-@@ -623,7 +629,7 @@
- MAINTAINERCLEANFILES += manual.dvi manual.log manual.aux
-
- english.wrd english.mta: aspell english.wl
-- ./aspell master english < english.wl
-+ ./aspell master english < @WORDLIST@
-
- manual manual.dvi: manual.tex
- perl man-proc.pl
+ install: install-recursive
+ uninstall-am: uninstall-pkgdocDATA
+ uninstall: uninstall-recursive