1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/textproc/pspell/files/patch-ac
Ade Lovett ba74761a29 Add pspell, a library to provide a generic interface to
installed spell checker libraries (aspell, ispell, etc..)
2000-06-13 23:01:16 +00:00

16 lines
432 B
Plaintext

--- Makefile.in.orig Sun Jun 11 02:09:26 2000
+++ Makefile.in Tue Jun 13 13:49:49 2000
@@ -81,7 +81,11 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = modules @libltdl_dir@ interface manual examples scripts data
+ifndef NOPORTDOCS
+MANUALSUBDIR = manual
+endif
+
+SUBDIRS = modules @libltdl_dir@ interface $(MANUALSUBDIR) examples scripts data
EXTRA_DIST = README-CVS autoconf-exeext.patch
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4