mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
de78df64c7
MFC in: 14 days
15 lines
324 B
Makefile
15 lines
324 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/bzip2
|
|
|
|
INFO= bzip2
|
|
INFOSECTION= "Programming & development tools."
|
|
MAKEINFOFLAGS= --no-validate
|
|
|
|
CLEANFILES+= bzip2.texi bzip2.texi.orig
|
|
|
|
bzip2.texi: manual.texi manual.texi.diff
|
|
patch -s -b .orig -o ${.TARGET} < ${.ALLSRC:M*.diff} ${.ALLSRC:M*.texi}
|
|
|
|
.include <bsd.info.mk>
|