summaryrefslogtreecommitdiffstats
path: root/usr.bin/bzip2
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-03-28 07:48:03 +0000
committerdelphij <delphij@FreeBSD.org>2007-03-28 07:48:03 +0000
commit37cce1fb37d40b8174ea6b3a8b999b0013afea8e (patch)
tree2bbd3bf6865516f5d52c4f5cb1948af9bc08da00 /usr.bin/bzip2
parent97f065c365f7c686d9ed8b29fa3117f1884aa598 (diff)
downloadFreeBSD-src-37cce1fb37d40b8174ea6b3a8b999b0013afea8e.zip
FreeBSD-src-37cce1fb37d40b8174ea6b3a8b999b0013afea8e.tar.gz
Update for bzip2 1.0.4 import.
Diffstat (limited to 'usr.bin/bzip2')
-rw-r--r--usr.bin/bzip2/Makefile2
-rw-r--r--usr.bin/bzip2/doc/Makefile14
2 files changed, 0 insertions, 16 deletions
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile
index 93f2d0b..0460fff 100644
--- a/usr.bin/bzip2/Makefile
+++ b/usr.bin/bzip2/Makefile
@@ -6,8 +6,6 @@ BZ2DIR= ${.CURDIR}/../../contrib/bzip2
PROG= bzip2
CFLAGS+= -D_FILE_OFFSET_BITS=64
-SUBDIR+= doc
-
DPADD= ${LIBBZ2}
LDADD= -lbz2
diff --git a/usr.bin/bzip2/doc/Makefile b/usr.bin/bzip2/doc/Makefile
deleted file mode 100644
index 8d41640..0000000
--- a/usr.bin/bzip2/doc/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../contrib/bzip2
-
-INFO= bzip2
-INFOSECTION= "Programming & development tools."
-MAKEINFOFLAGS= --no-validate
-
-CLEANFILES+= bzip2.texi
-
-bzip2.texi: manual.texi
- grep -v '^@bf{' ${.ALLSRC} > ${.TARGET}
-
-.include <bsd.info.mk>
OpenPOWER on IntegriCloud