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/acroread3 | |
parent | c018bc21e15534787e9c1b20397c52d2eb358a77 (diff) | |
download | pkgsrc-3ccf9a645e688abfaf38a08f2594ca31f2394159.tar.gz |
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'print/acroread3')
-rw-r--r-- | print/acroread3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |