diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-17 18:39:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-17 18:39:05 +0000 |
commit | 6795a9d16dc72cb9f639c34c653e7839fe0e5558 (patch) | |
tree | 47f32a07b26833eca73f5b4fbc3a6fa773e4c1c8 /lang/eag/patches | |
parent | 4f077d1ac26d47e578ddb3cffc952e528ec5a1b3 (diff) | |
download | pkgsrc-6795a9d16dc72cb9f639c34c653e7839fe0e5558.tar.gz |
Import eag, provided by Jaap Boender in PR pkg/22795 and modified by me.
Extended Affix Grammars (EAG) are an attempt to implement a very
general form of Affix Grammars, with very few restrictions. EAG can
be used as a specification formalism, specifying in general relations
rather than functions, or as a relational programming language similar
in many respects to PROLOG.
Diffstat (limited to 'lang/eag/patches')
-rw-r--r-- | lang/eag/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/eag/patches/patch-aa b/lang/eag/patches/patch-aa new file mode 100644 index 00000000000..75c838ae4fd --- /dev/null +++ b/lang/eag/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/05/17 18:39:05 minskim Exp $ + +--- doc/Makefile.in.orig Sun Sep 14 14:40:13 2003 ++++ doc/Makefile.in +@@ -83,7 +83,7 @@ am__include = @am__include@ + am__quote = @am__quote@ + install_sh = @install_sh@ + +-docdir = $(prefix)/doc ++docdir = $(prefix)/share/doc/eag + doc_DATA = $(PACKAGE)-manual-$(VERSION).ps + + EXTRA_DIST = book.ps \ |