Update for bzip2 1.0.4 import.
This commit is contained in:
parent
97f065c365
commit
37cce1fb37
@ -6,8 +6,6 @@ BZ2DIR= ${.CURDIR}/../../contrib/bzip2
|
||||
PROG= bzip2
|
||||
CFLAGS+= -D_FILE_OFFSET_BITS=64
|
||||
|
||||
SUBDIR+= doc
|
||||
|
||||
DPADD= ${LIBBZ2}
|
||||
LDADD= -lbz2
|
||||
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user