diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
commit | c7611291caed7042dac74061e36e3fa5ba7ed166 (patch) | |
tree | 1d2de5d52eb1b8904d425116b2afd36170dab951 /net/rdist6 | |
parent | af96ced369a5fd129e406f51d4135261e2b70bb3 (diff) | |
download | ports-c7611291caed7042dac74061e36e3fa5ba7ed166.tar.gz ports-c7611291caed7042dac74061e36e3fa5ba7ed166.zip |
Notes
Diffstat (limited to 'net/rdist6')
-rw-r--r-- | net/rdist6/Makefile | 7 |
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> |