diff options
author | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-02-20 22:48:24 +0000 |
commit | 3c89afa1327f440d7544cbf8f1c52f46e91db734 (patch) | |
tree | f0ac98b899382f539e1e39385f1316edd18626bd /archivers/bzip2 | |
parent | d9e62bf19ae2d52db15e40f15b4cce285e47fb7a (diff) | |
download | pkgsrc-3c89afa1327f440d7544cbf8f1c52f46e91db734.tar.gz |
Fix CONFLICTS (remove redundancy, mostly)
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 02a34704d22..7f7a622fc9f 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/10/14 21:51:14 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/02/20 22:48:24 hubertf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/11/20 08:18:40 tg Exp # @@ -10,8 +10,6 @@ MASTER_SITES= http://www.muraroa.demon.co.uk/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.muraroa.demon.co.uk/ -CONFLICTS= bzip2-0.1p2 - .if exists(/usr/bin/bzip2) IGNORE= "is part of your NetBSD distribution" .endif |