aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2005-11-13 16:13:16 +0800
committercperciva <cperciva@FreeBSD.org>2005-11-13 16:13:16 +0800
commite545dbb076e630dfd3b5ff08fc896ea72b1d0e3a (patch)
tree29046f1ac180ecb09e91f77de0066b57b5f5a063 /misc
parentf85ee277e4d4233f62dbb73c2fd47d1821604c0b (diff)
downloadfreebsd-ports-graphics-e545dbb076e630dfd3b5ff08fc896ea72b1d0e3a.tar.gz
freebsd-ports-graphics-e545dbb076e630dfd3b5ff08fc896ea72b1d0e3a.tar.zst
freebsd-ports-graphics-e545dbb076e630dfd3b5ff08fc896ea72b1d0e3a.zip
Both bsdiff and portsnap have been added to the base system in
FreeBSD 5-STABLE and 6-STABLE. Add conditional IGNORE lines to reflect this. PR: ports/88879 (portsnap) Reminded by: delphij Approved by: linimon
Diffstat (limited to 'misc')
-rw-r--r--misc/bsdiff/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/bsdiff/Makefile b/misc/bsdiff/Makefile
index 89cc1028492..27b4888a3e9 100644
--- a/misc/bsdiff/Makefile
+++ b/misc/bsdiff/Makefile
@@ -16,4 +16,10 @@ COMMENT= Generates and applies patches to binary files
MAN1= bsdiff.1 bspatch.1
PLIST_FILES= bin/bsdiff bin/bspatch
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 )
+IGNORE= bsdiff now contained in the base system
+.endif
+
+.include <bsd.port.post.mk>