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 /www | |
parent | c018bc21e15534787e9c1b20397c52d2eb358a77 (diff) | |
download | pkgsrc-3ccf9a645e688abfaf38a08f2594ca31f2394159.tar.gz |
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'www')
-rw-r--r-- | www/navigator/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index e09d389cc04..7a1b4fc1a4b 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2000/08/18 22:46:51 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.18 2000/08/21 21:01:34 hubertf Exp $ # # Common include file for communicator and navigator packages @@ -26,7 +26,7 @@ VENDOR_NAME= Solaris 2.5.1 # .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 PLIST_ARCH= osf-alpha DISTUNAME= alpha-dec-osf4.0 @@ -51,7 +51,7 @@ VENDOR_NAME= Linux 2.2 # .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 NS_VERS= 4.61 NS_ENCRYPTION= export |