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 /devel | |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pth-current/Makefile | 4 |
1 files changed, 2 insertions, 2 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-* |