summaryrefslogtreecommitdiff
path: root/net/rdist6/Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
commitc7611291caed7042dac74061e36e3fa5ba7ed166 (patch)
tree1d2de5d52eb1b8904d425116b2afd36170dab951 /net/rdist6/Makefile
parent- Set EXPIRATION_DATE as it is marked as DEPRECATED for some time (diff)
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
Notes
Notes: svn path=/head/; revision=190385
Diffstat (limited to 'net/rdist6/Makefile')
-rw-r--r--net/rdist6/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile
index a80f407134ae..1c3d6d57b4bc 100644
--- a/net/rdist6/Makefile
+++ b/net/rdist6/Makefile
@@ -15,11 +15,6 @@ MASTER_SITES= http://www.magnicomp.com/download/rdist/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= A network file distribution/synchronisation utility
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 400000
-BROKEN= Not supported for pre-4.0 FreeBSD
-.endif
-
# To avoid confusion with /usr/bin/rdist, you may prefer otherwise.
RDIST_NAME?= rdist6
@@ -33,4 +28,4 @@ post-install:
@${STRIP_CMD} ${PREFIX}/bin/${RDIST_NAME}
@${STRIP_CMD} ${PREFIX}/bin/rdistd
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>