summaryrefslogtreecommitdiff
path: root/archivers/bzip2
diff options
context:
space:
mode:
authortron <tron>1998-09-16 17:45:43 +0000
committertron <tron>1998-09-16 17:45:43 +0000
commit2ee8908d8b2fa6c721112eb3433b67534947e57c (patch)
tree2b43f6d8626f6e0b1d29ca036748481617b8fc52 /archivers/bzip2
parent168f3850ea1cabe6df1ef5c4759fcdb05e23dc16 (diff)
downloadpkgsrc-2ee8908d8b2fa6c721112eb3433b67534947e57c.tar.gz
Skip packages on systems which already have "bzip2" as part of the NetBSD
distribution.
Diffstat (limited to 'archivers/bzip2')
-rw-r--r--archivers/bzip2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile
index 919550d2881..7c22233d145 100644
--- a/archivers/bzip2/Makefile
+++ b/archivers/bzip2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/08/20 15:16:34 tsarna Exp $
+# $NetBSD: Makefile,v 1.7 1998/09/16 17:45:43 tron Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/11/20 08:18:40 tg Exp
#
@@ -10,6 +10,10 @@ MASTER_SITES= http://www.muraroa.demon.co.uk/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.muraroa.demon.co.uk/
+.if exists(/usr/bin/bzip2)
+IGNORE= "is part of your NetBSD distribution."
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin
ln -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2