diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-21 21:01:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-21 21:01:29 +0000 |
commit | e75965c6baa05e78e9da83535eded56e6c1aa4cc (patch) | |
tree | b8540c2f811aaa6873f63ebe685a84e3151c8018 /print | |
parent | 7a8db65186e2df36a64ace60a07199b527a7b210 (diff) | |
download | pkgsrc-e75965c6baa05e78e9da83535eded56e6c1aa4cc.tar.gz |
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread/Makefile | 6 | ||||
-rw-r--r-- | print/acroread3/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 9ed627b765c..8ca1f37697f 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/08/18 22:46:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 2000/08/21 21:01:32 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1999/04/08 07:49:18 dima Exp $ PKGNAME= acroread-4.05 @@ -27,14 +27,14 @@ PLATFORM= intellinux WRKSRC= ${WRKDIR}/ILINXR.install .elif (${MACHINE_ARCH} == "alpha") .if !exists(/emul/osf1/sbin/loader) -IGNORE= 'requires Digital UNIX libraries - see compat_osf1(8)' +IGNORE= '${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= 'requires Solaris libraries - see compat_svr4(8)' +IGNORE= '${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 65604a8143a..210ab9ef998 100644 --- a/print/acroread3/Makefile +++ b/print/acroread3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/08/18 22:46:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/21 21:01:33 hubertf Exp $ PKGNAME= acroread3-3.01 CATEGORIES= print @@ -25,13 +25,13 @@ DISTNAME= acroread_linux_301 PLATFORM= intellinux .elif (${MACHINE_ARCH} == "alpha") .if !exists(/emul/osf1/sbin/loader) -IGNORE= "requires Digital UNIX libraries - see compat_osf1(8)" +IGNORE= "${PKGNAME} requires Digital UNIX libraries - see compat_osf1(8)" .endif DISTNAME= acroread_osf_301 PLATFORM= alphaosf .elif (${MACHINE_ARCH} == "sparc") .if !exists(/emul/sunos/usr/lib/ld.so) -IGNORE= "requires SunOS libraries - see compat_sunos(8)" +IGNORE= "${PKGNAME} requires SunOS libraries - see compat_sunos(8)" .endif DISTNAME= acroread_sunos_301 PLATFORM= sparcsun |