aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorjlaffaye <jlaffaye@FreeBSD.org>2011-07-20 19:11:33 +0800
committerjlaffaye <jlaffaye@FreeBSD.org>2011-07-20 19:11:33 +0800
commit13b122f9e954019fc64cd75a539b8599cb50efdc (patch)
treec74af532983bee57e3ff913df10d8410d2e6f5cd /archivers
parentc312291eaf6189ff6aefb2584edb4adfdec3cc1a (diff)
downloadfreebsd-ports-graphics-13b122f9e954019fc64cd75a539b8599cb50efdc.tar.gz
freebsd-ports-graphics-13b122f9e954019fc64cd75a539b8599cb50efdc.tar.zst
freebsd-ports-graphics-13b122f9e954019fc64cd75a539b8599cb50efdc.zip
- Improve IGNORE description
- Set expiration date to 7 EoL PR: ports/158068 (based on) Submitted by: rodrigo osorio <rodrigo@bebik.net>
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bsdar/Makefile9
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