1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/misc/bsdiff/Makefile
Colin Percival 80f6c8cd1f Turn
IGNORE=	"foo now contained in the base system"
into
IGNORE=	"is now contained in the base system"
since the code which prints this string prefices it with the package
name.

Suggested by:	kris
2006-09-13 05:24:34 +00:00

26 lines
595 B
Makefile

# New ports collection makefile for: Binary patch tool
# Date created: 7 June 2003
# Whom: cperciva@daemonology.net
#
# $FreeBSD$
#
PORTNAME= bsdiff
PORTVERSION= 4.3
CATEGORIES= misc devel
MASTER_SITES= http://www.daemonology.net/bsdiff/
MAINTAINER= cperciva@daemonology.net
COMMENT= Generates and applies patches to binary files
MAN1= bsdiff.1 bspatch.1
PLIST_FILES= bin/bsdiff bin/bspatch
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 )
IGNORE= is now contained in the base system
.endif
.include <bsd.port.post.mk>