diff options
author | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
commit | 3ccf9a645e688abfaf38a08f2594ca31f2394159 (patch) | |
tree | b8540c2f811aaa6873f63ebe685a84e3151c8018 /print/acroread/Makefile | |
parent | c018bc21e15534787e9c1b20397c52d2eb358a77 (diff) | |
download | pkgsrc-3ccf9a645e688abfaf38a08f2594ca31f2394159.tar.gz |
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'print/acroread/Makefile')
-rw-r--r-- | print/acroread/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |