Date: Wed, 5 May 2010 11:21:33 +0200 From: David DEMELIER <demelier.david@gmail.com> To: freebsd-current@freebsd.org Subject: unzip in basesystem. Message-ID: <u2hb3954bba1005050221vbca997cdka377a23f026e9d3d@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, I noticed that unzip came into basesystem in src/usr.bin/unzip/. To prevent port installing the ports/archivers/unzip one, I propose to add this in bsd.port.mk .if defined(USE_ZIP) && !exists(/usr/bin/unzip) EXTRACT_DEPENDS+= ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip .endif Is that right ? King regards -- Demelier David
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?u2hb3954bba1005050221vbca997cdka377a23f026e9d3d>