Update for bzip2 1.0.4 import.

This commit is contained in:
delphij 2007-03-28 07:48:03 +00:00
parent 97f065c365
commit 37cce1fb37
2 changed files with 0 additions and 16 deletions

View File

@ -6,8 +6,6 @@ BZ2DIR= ${.CURDIR}/../../contrib/bzip2
PROG= bzip2
CFLAGS+= -D_FILE_OFFSET_BITS=64
SUBDIR+= doc
DPADD= ${LIBBZ2}
LDADD= -lbz2

View File

@ -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>