From 143ad3dffedb414e5a6954534f2e6ec1f768ba0a Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 12 Jan 2001 14:57:40 +0000 Subject: Don't include the Rcs-id line from the to-be-patched file in the patch, since $FreeBSD$ is expanded and the patch fails. Submitted by: bento --- sysutils/44bsd-more/files/patch-tags.c | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'sysutils/44bsd-more') diff --git a/sysutils/44bsd-more/files/patch-tags.c b/sysutils/44bsd-more/files/patch-tags.c index 1133355a7bbc..5bbe5154e613 100644 --- a/sysutils/44bsd-more/files/patch-tags.c +++ b/sysutils/44bsd-more/files/patch-tags.c @@ -1,12 +1,6 @@ -diff -U8 -r ../work.orig/tags.c ./tags.c ---- ../work.orig/tags.c Fri Jan 5 22:17:02 2001 -+++ ./tags.c Fri Jan 5 22:36:53 2001 -@@ -37,17 +37,17 @@ - #endif /* not lint */ - - #ifndef lint - static const char rcsid[] = - "$FreeBSD$"; +--- tags.c.orig Fri Jan 12 15:52:49 2001 ++++ tags.c Fri Jan 12 15:55:10 2001 +@@ -42,7 +42,7 @@ #endif /* not lint */ #include @@ -15,7 +9,3 @@ diff -U8 -r ../work.orig/tags.c ./tags.c #include #include - #include - #include - - #include "less.h" -- cgit