diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-11-11 17:15:22 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-11-11 17:15:22 +0800 |
commit | 452d19427129c6d75482143b352b729c83bbaf49 (patch) | |
tree | 93fedb23c3558df58ccf2b282060080cc5da8b9c /archivers | |
parent | 4c91effc6d143cff2b6f4aa8f93d7a68dbf6308f (diff) | |
download | freebsd-ports-gnome-452d19427129c6d75482143b352b729c83bbaf49.tar.gz freebsd-ports-gnome-452d19427129c6d75482143b352b729c83bbaf49.tar.zst freebsd-ports-gnome-452d19427129c6d75482143b352b729c83bbaf49.zip |
- Mark BROKEN on: ${OSVERSION} < 700055 || ${OSVERSION} >= 801500
- Drop maintainership
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bsdar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> -.if ${OSVERSION} < 700055 || ${OSVERSION} >= 900012 +.if ${OSVERSION} < 700055 || ${OSVERSION} >= 801500 IGNORE= does not compile .endif |