From dbb71432c1380918f61104a2e5d18effa27af2ab Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 7 Dec 2002 02:38:52 +0000 Subject: Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. --- lang/fort77/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/fort77') diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile index 2fe50cb0a10..170f496a0d7 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/09/27 23:18:16 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/12/07 02:38:57 schmonz Exp $ # DISTNAME= fort77-1.14a @@ -19,7 +19,7 @@ F2CPKGHASNOSHAREDLIB= .endif .if exists(/usr/bin/fort77) -IGNORE= "${PKGNAME} is part of your NetBSD distribution" +PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution" .endif ALL_TARGET= test -- cgit v1.2.3