From 37cce1fb37d40b8174ea6b3a8b999b0013afea8e Mon Sep 17 00:00:00 2001 From: delphij Date: Wed, 28 Mar 2007 07:48:03 +0000 Subject: Update for bzip2 1.0.4 import. --- usr.bin/bzip2/Makefile | 2 -- usr.bin/bzip2/doc/Makefile | 14 -------------- 2 files changed, 16 deletions(-) delete mode 100644 usr.bin/bzip2/doc/Makefile 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 -- cgit v1.1