From 813a18744b597eb7e9a23888b53d35fe0703807b Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 11 Nov 2010 09:15:22 +0000 Subject: - Mark BROKEN on: ${OSVERSION} < 700055 || ${OSVERSION} >= 801500 - Drop maintainership --- archivers/bsdar/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/bsdar/Makefile b/archivers/bsdar/Makefile index 7be2d9773e18..106bb79ac802 100644 --- a/archivers/bsdar/Makefile +++ b/archivers/bsdar/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://people.freebsd.org/~kaiw/distfiles/ PKGNAMEPREFIX= bsd- EXTRACT_SUFX= .tgz -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= BSD-licensed replacement of the ar utility WRKSRC= ${WRKDIR}/${PORTNAME} @@ -20,7 +20,7 @@ MAN1= ar.1 ranlib.1 .include -.if ${OSVERSION} < 700055 || ${OSVERSION} >= 900012 +.if ${OSVERSION} < 700055 || ${OSVERSION} >= 801500 IGNORE= does not compile .endif -- cgit v1.2.3