Back to basics: IGNORE instead of BROKEN.

Also, set DISTFILES to nothing explicitly to placate mirror-maker.
This commit is contained in:
espie 2002-02-26 17:35:51 +00:00
parent 99938e6ca5
commit 0e09ebf31f

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.29 2002/02/24 00:01:50 espie Exp $
# $OpenBSD: Makefile,v 1.30 2002/02/26 17:35:51 espie Exp $
COMMENT= "superseded by splint"
DISTNAME= lclint-2.5r
CATEGORIES= devel
NEED_VERSION= 1.470
DISTFILES=
MAINTAINER= Marc Espie <espie@openbsd.org>
@ -13,6 +14,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BROKEN= "superseded by splint"
IGNORE= "superseded by splint"
.include <bsd.port.mk>