diff options
-rw-r--r-- | archivers/bsdar/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/archivers/bsdar/Makefile b/archivers/bsdar/Makefile index 106bb79ac80..8a8540c7a86 100644 --- a/archivers/bsdar/Makefile +++ b/archivers/bsdar/Makefile @@ -20,10 +20,17 @@ MAN1= ar.1 ranlib.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700055 || ${OSVERSION} >= 801500 +DEPRECATED= part of the base system +EXPIRATION_DATE=2013-02-28 + +.if ${OSVERSION} < 700055 IGNORE= does not compile .endif +.if ${OSVERSION} >= 800022 +IGNORE= bsdar is now part of the base system as /usr/bin/ar +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ar ${PREFIX}/bin/ar ${LN} -s ${PREFIX}/bin/ar ${PREFIX}/bin/ranlib |