From ada6904232a0934efc99dc25af5f562a7f58fb6f Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Sun, 19 Feb 2006 12:48:28 +0000 Subject: [PATCH] - Remove deprecated USE_REINPLACE - Remove test for versions of FreeBSD lower than 3.x --- misc/proxyper/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile index 890df951bad6..ff8c411282cd 100644 --- a/misc/proxyper/Makefile +++ b/misc/proxyper/Makefile @@ -19,16 +19,10 @@ COMMENT= The official distributed.net v2 personal proxy # There's a "b" suffix on the version, but not the directory WRKSRC= ${WRKDIR}/proxyper${PORTVERSION:S/b$//}-freebsd-x86 -USE_REINPLACE= yes - .include ONLY_FOR_ARCHS= i386 -.if ${OSVERSION} < 300000 -IGNORE= "This port requires FreeBSD 3.X or greater." -.endif - USE_RC_SUBR= yes NO_BUILD= yes