aboutsummaryrefslogtreecommitdiffstats
path: root/net/rdist6
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2017-10-29 21:38:19 +0800
committercy <cy@FreeBSD.org>2017-10-29 21:38:19 +0800
commit9c6aa6752e3fa9184c828c4e994de217e17164a3 (patch)
tree9c0f3a8e3da6d4b5a4a89e6f2a0d2cc223416bac /net/rdist6
parent29abadccc2097dc9081546b1f13f95517532d0c4 (diff)
downloadfreebsd-ports-gnome-9c6aa6752e3fa9184c828c4e994de217e17164a3.tar.gz
freebsd-ports-gnome-9c6aa6752e3fa9184c828c4e994de217e17164a3.tar.zst
freebsd-ports-gnome-9c6aa6752e3fa9184c828c4e994de217e17164a3.zip
Get it right.
Reported by: mat@ Point hat to: cy@
Diffstat (limited to 'net/rdist6')
-rw-r--r--net/rdist6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile
index 8ba99f7df60c..9a0ab59f47fb 100644
--- a/net/rdist6/Makefile
+++ b/net/rdist6/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rdist
PORTVERSION= 6.1.5
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net
MASTER_SITES= http://www.magnicomp.com/download/rdist/ \
ftp://ftp.sunet.se/pub/unix/admin/mirror-magnicomp/download/rdist/
@@ -21,7 +21,7 @@ PLIST_SUB= RDIST_NAME=${RDIST_NAME}
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 1200050
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200050
RUN_DEPENDS= rsh:net/bsdrcmds
.endif