diff options
author | rh <rh@pkgsrc.org> | 1999-12-28 21:45:27 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-28 21:45:27 +0000 |
commit | 8d5ea0675280182edc202a5fac9947944f38be62 (patch) | |
tree | 90735e63035262d0014acf12852add3d0d2854e2 | |
parent | 18811d7df3e10b562d0957b1c3176ef9704a4654 (diff) | |
download | pkgsrc-8d5ea0675280182edc202a5fac9947944f38be62.tar.gz |
Use 'IGNORE' instead of 'BROKEN' as these packages are not really broken,
but rather superceded by other packages. Thanks to hubertf for pointing
this out.
-rw-r--r-- | devel/pth-current/Makefile | 4 | ||||
-rw-r--r-- | net/beroftpd/Makefile | 4 | ||||
-rw-r--r-- | net/wu-ftpd-vr/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/pth-current/Makefile b/devel/pth-current/Makefile index fb5ccbe1515..412bcf1f35d 100644 --- a/devel/pth-current/Makefile +++ b/devel/pth-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/10/07 05:58:35 rh Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/28 21:45:28 rh Exp $ # DISTNAME= pth-1.1b3 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/pth/pth.html -BROKEN= "superceded by pth package" +IGNORE= "superceded by pth package" CONFLICTS= pth-* diff --git a/net/beroftpd/Makefile b/net/beroftpd/Makefile index 22a01199859..204dfd17b65 100644 --- a/net/beroftpd/Makefile +++ b/net/beroftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/12/27 12:52:45 rh Exp $ +# $NetBSD: Makefile,v 1.4 1999/12/28 21:45:27 rh Exp $ # FreeBSD Id: Makefile,v 1.3 1999/02/23 22:12:30 billf Exp # @@ -15,7 +15,7 @@ MASTER_SITES= ftp://bero.x5.net/pub/ \ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.landfield.com/wu-ftpd/ -BROKEN= "superceded by wu-ftpd package" +IGNORE= "superceded by wu-ftpd package" CONFLICTS+= wu-ftpd-* diff --git a/net/wu-ftpd-vr/Makefile b/net/wu-ftpd-vr/Makefile index 1f1c64fd365..a3c70d82efc 100644 --- a/net/wu-ftpd-vr/Makefile +++ b/net/wu-ftpd-vr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/12/27 12:50:59 rh Exp $ +# $NetBSD: Makefile,v 1.5 1999/12/28 21:45:28 rh Exp $ # DISTNAME= wu-ftpd-2.4.2-vr16 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.vr.net/pub/wu-ftpd/ \ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.landfield.com/wu-ftpd/ -BROKEN= "superceded by wu-ftpd package" +IGNORE= "superceded by wu-ftpd package" CONFLICTS+= wu-ftpd-* beroftpd-* |