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/acroread3 | |
parent | 7a8db65186e2df36a64ace60a07199b527a7b210 (diff) | |
download | pkgsrc-e75965c6baa05e78e9da83535eded56e6c1aa4cc.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 |