summaryrefslogtreecommitdiffstats
path: root/usr.bin/bzip2
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-05-31 22:16:49 +0000
committerobrien <obrien@FreeBSD.org>2005-05-31 22:16:49 +0000
commite9f9f6481fd8185fc46ddff7eb973a507224c879 (patch)
treeb9d5cda5fe843a1d546dd10cbe21d4b823ab17fd /usr.bin/bzip2
parent4ad02adaf3aaad97846de8dba319a9710527ecce (diff)
downloadFreeBSD-src-e9f9f6481fd8185fc46ddff7eb973a507224c879.zip
FreeBSD-src-e9f9f6481fd8185fc46ddff7eb973a507224c879.tar.gz
Don't use a patch w/in /usr/src. Programmatically change files when needed.
Diffstat (limited to 'usr.bin/bzip2')
-rw-r--r--usr.bin/bzip2/doc/Makefile6
-rw-r--r--usr.bin/bzip2/doc/manual.texi.diff22
2 files changed, 3 insertions, 25 deletions
diff --git a/usr.bin/bzip2/doc/Makefile b/usr.bin/bzip2/doc/Makefile
index 1da51ed..8d41640 100644
--- a/usr.bin/bzip2/doc/Makefile
+++ b/usr.bin/bzip2/doc/Makefile
@@ -6,9 +6,9 @@ INFO= bzip2
INFOSECTION= "Programming & development tools."
MAKEINFOFLAGS= --no-validate
-CLEANFILES+= bzip2.texi bzip2.texi.orig
+CLEANFILES+= bzip2.texi
-bzip2.texi: manual.texi manual.texi.diff
- patch -s -b .orig -o ${.TARGET} < ${.ALLSRC:M*.diff} ${.ALLSRC:M*.texi}
+bzip2.texi: manual.texi
+ grep -v '^@bf{' ${.ALLSRC} > ${.TARGET}
.include <bsd.info.mk>
diff --git a/usr.bin/bzip2/doc/manual.texi.diff b/usr.bin/bzip2/doc/manual.texi.diff
deleted file mode 100644
index 0c14f63..0000000
--- a/usr.bin/bzip2/doc/manual.texi.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-$FreeBSD$
-
---- manual.texi 2002/02/01 16:00:45 1.1
-+++ manual.texi 2002/02/01 16:01:11
-@@ -46,8 +46,6 @@
- find it identical to that contained in the file LICENSE in the
- source distribution.
-
--@bf{------------------ START OF THE LICENSE ------------------}
--
- This program, @code{bzip2},
- and associated library @code{libbzip2}, are
- Copyright (C) 1996-2002 Julian R Seward. All rights reserved.
-@@ -89,8 +87,6 @@
- @code{jseward@@acm.org}
-
- @code{bzip2}/@code{libbzip2} version 1.0.2 of 30 December 2001.
--
--@bf{------------------ END OF THE LICENSE ------------------}
-
- Web sites:
-
OpenPOWER on IntegriCloud