diff options
author | cperciva <cperciva@FreeBSD.org> | 2005-11-13 16:13:16 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2005-11-13 16:13:16 +0800 |
commit | e545dbb076e630dfd3b5ff08fc896ea72b1d0e3a (patch) | |
tree | 29046f1ac180ecb09e91f77de0066b57b5f5a063 /sysutils | |
parent | f85ee277e4d4233f62dbb73c2fd47d1821604c0b (diff) | |
download | freebsd-ports-gnome-e545dbb076e630dfd3b5ff08fc896ea72b1d0e3a.tar.gz freebsd-ports-gnome-e545dbb076e630dfd3b5ff08fc896ea72b1d0e3a.tar.zst freebsd-ports-gnome-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 'sysutils')
-rw-r--r-- | sysutils/portsnap/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/portsnap/Makefile b/sysutils/portsnap/Makefile index a114d08920e0..cb8aa6864804 100644 --- a/sysutils/portsnap/Makefile +++ b/sysutils/portsnap/Makefile @@ -21,6 +21,10 @@ RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff RUN_DEPENDS+= sha256:${PORTSDIR}/sysutils/freebsd-sha256 .endif +.if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 ) +IGNORE= portsnap now contained in the base system +.endif + MAN5= portsnap.conf.5 MAN8= portsnap.8 PLIST_FILES= etc/portsnap.conf.sample sbin/portsnap \ |