diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-07 16:29:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-07 16:29:15 +0000 |
commit | 76f0865976d26078f25b9782e254fc141b03e36a (patch) | |
tree | 8149790bf4ffa530aa56e0a82a8a9c0345865230 /shells | |
parent | 8c7becbc8f5c32e3d2e90e0305a3b0fdef7cf5f1 (diff) | |
download | pkgsrc-76f0865976d26078f25b9782e254fc141b03e36a.tar.gz |
Remove BROKEN_IN, fixed by commit to ast-ksh.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/static-ast-ksh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/static-ast-ksh/Makefile b/shells/static-ast-ksh/Makefile index 4d7cd05a32d..41c94856a39 100644 --- a/shells/static-ast-ksh/Makefile +++ b/shells/static-ast-ksh/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2006/01/04 04:29:08 schmonz Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/07 16:29:15 wiz Exp $ # .include "../../shells/ast-ksh/Makefile.common" PKGREVISION= 1 -BROKEN_IN= pkgsrc-2005Q4 - CONFLICTS= ast-ksh-[0-9]* # Override. DISTINFO_FILE= ${.CURDIR}/../../shells/ast-ksh/distinfo |