diff options
author | agc <agc@pkgsrc.org> | 1998-08-07 11:08:53 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-08-07 11:08:53 +0000 |
commit | 41bfb3073717616c4a3211de0bd7208753d48d18 (patch) | |
tree | c18f18b6629d8d5e2744862509ef4834d8397eab /textproc/ispell | |
parent | 86db14e8197c7d43b334917a2f5fd4eed4322447 (diff) | |
download | pkgsrc-41bfb3073717616c4a3211de0bd7208753d48d18.tar.gz |
Add NetBSD RCS Ids.
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/patches/patch-aa | 2 | ||||
-rw-r--r-- | textproc/ispell/patches/patch-ab | 2 | ||||
-rw-r--r-- | textproc/ispell/scripts/configure | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/textproc/ispell/patches/patch-aa b/textproc/ispell/patches/patch-aa index 19c5d690e8c..29b83405a46 100644 --- a/textproc/ispell/patches/patch-aa +++ b/textproc/ispell/patches/patch-aa @@ -1,3 +1,5 @@ +$NetBSD: patch-aa,v 1.2 1998/08/07 11:14:12 agc Exp $ + --- languages/english/english.2-orig Mon Jan 23 19:28:44 1995 +++ languages/english/english.2 Thu Apr 16 14:34:21 1998 @@ -1867,7 +1867,6 @@ diff --git a/textproc/ispell/patches/patch-ab b/textproc/ispell/patches/patch-ab index 1f352c6f6e8..2e7a4e57ae9 100644 --- a/textproc/ispell/patches/patch-ab +++ b/textproc/ispell/patches/patch-ab @@ -1,3 +1,5 @@ +$NetBSD: patch-ab,v 1.2 1998/08/07 11:14:13 agc Exp $ + --- Makefile.orig Thu Oct 12 20:04:06 1995 +++ Makefile Wed Jun 4 05:05:47 1997 @@ -253,7 +253,7 @@ diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure index 23e8e0793fa..0d754f29b13 100644 --- a/textproc/ispell/scripts/configure +++ b/textproc/ispell/scripts/configure @@ -1,4 +1,7 @@ #!/bin/sh +# +# $NetBSD: configure,v 1.2 1998/08/07 11:14:14 agc Exp $ +# if [ "`echo a|sed -e P`" = "aa" ]; then echo You need a newer version of sed. Use sed from -current or gnu sed |