diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-11-11 09:15:22 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-11-11 09:15:22 +0000 |
commit | 813a18744b597eb7e9a23888b53d35fe0703807b (patch) | |
tree | 48a6268018265dc51ec979c9607fdae911b7b831 /archivers | |
parent | 6f9c465cacf30a27e702cd15fe2f1992537fc9d0 (diff) | |
download | ports-813a18744b597eb7e9a23888b53d35fe0703807b.tar.gz ports-813a18744b597eb7e9a23888b53d35fe0703807b.zip |
Notes
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 |