diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-12-07 02:38:52 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-12-07 02:38:52 +0000 |
commit | 0a1bd5acad4638865116c0da61447ceb86ee6ef4 (patch) | |
tree | 1de4a04cf479873e6e59c8e7b26df68132cd5628 /print | |
parent | a2849a9dcac8e838b0156047f813c71851ab8a56 (diff) | |
download | pkgsrc-0a1bd5acad4638865116c0da61447ceb86ee6ef4.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread/Makefile | 6 | ||||
-rw-r--r-- | print/acroread3/Makefile | 6 | ||||
-rw-r--r-- | print/acroread5/Makefile | 4 |
3 files changed, 8 insertions, 8 deletions
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 |