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. --- print/acroread/Makefile | 6 +++--- print/acroread3/Makefile | 6 +++--- print/acroread5/Makefile | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'print') diff --git a/print/acroread/Makefile b/print/acroread/Makefile index e1325b841fb..5619220e4e2 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/11/19 07:44:39 schmonz Exp $ +# $NetBSD: Makefile,v 1.33 2002/12/07 02:39:02 schmonz Exp $ PKGNAME= acroread-4.05 CATEGORIES= print @@ -29,14 +29,14 @@ PLATFORM= intellinux WRKSRC= ${WRKDIR}/ILINXR.install . elif (${MACHINE_ARCH} == "alpha") . if !exists(/emul/osf1/sbin/loader) -IGNORE= '${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)' +PKG_FAIL_REASON= '${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)' . endif DISTNAME= fdec-rs-405 PLATFORM= alphaosf WRKSRC= ${WRKDIR}/AOSFRS.install . elif (${MACHINE_ARCH} == "sparc") . if !exists(/emul/svr4/usr/lib/ld.so) -IGNORE= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)' +PKG_FAIL_REASON= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)' . endif DISTNAME= sunsparc-rs-405 WRKSRC= ${WRKDIR}/SSOLRS.install diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile index 76d20d54972..093e65bd08f 100644 --- a/print/acroread3/Makefile +++ b/print/acroread3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/04/04 12:29:49 tron Exp $ +# $NetBSD: Makefile,v 1.20 2002/12/07 02:39:02 schmonz Exp $ PKGNAME= acroread3-3.01 CATEGORIES= print @@ -28,14 +28,14 @@ PLATFORM= intellinux CHECK_SHLIBS= no .elif (${MACHINE_ARCH} == "alpha") .if !exists(/emul/osf1/sbin/loader) -IGNORE= "${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)" +PKG_FAIL_REASON= "${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)" .endif DISTNAME= acroread_osf_301 PLATFORM= alphaosf LDD?= ${TRUE} .elif (${MACHINE_ARCH} == "sparc") .if !exists(/emul/sunos/usr/lib/ld.so) -IGNORE= "${PKGNAME} requires SunOS libraries - see compat_sunos(8)" +PKG_FAIL_REASON= "${PKGNAME} requires SunOS libraries - see compat_sunos(8)" .endif DISTNAME= acroread_sunos_301 PLATFORM= sparcsun diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 57e7aba45b3..7f4ee8099aa 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/11/19 07:42:45 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/07 02:39:02 schmonz Exp $ PKGNAME= acroread5-5.06 CATEGORIES= print @@ -32,7 +32,7 @@ DISTNAME= linux-506 PLATFORM= intellinux . elif (${MACHINE_ARCH} == "sparc") . if !exists(/emul/svr4/usr/lib/ld.so) -IGNORE= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)' +PKG_FAIL_REASON= '${PKGNAME} requires Solaris libraries - see compat_svr4(8)' . endif DISTNAME= solaris-506 PLATFORM= sparcsolaris -- cgit v1.2.3