diff options
author | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
commit | bd8fcc5a7be77a2a6c83e2de8067366e47743213 (patch) | |
tree | b8540c2f811aaa6873f63ebe685a84e3151c8018 /net | |
parent | 91f4062b641947b3b459f3fc861903940a9180a7 (diff) | |
download | pkgsrc-bd8fcc5a7be77a2a6c83e2de8067366e47743213.tar.gz |
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'net')
-rw-r--r-- | net/arla/Makefile | 4 | ||||
-rw-r--r-- | net/bind4/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index ccfb9065b08..8f34dc278cf 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/08/15 16:08:23 wennmach Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/21 21:01:32 hubertf Exp $ # DISTNAME= arla-0.34.1 @@ -19,7 +19,7 @@ INFO_FILES= arla.info .if exists(${BSDSRCDIR}/sys/lib/libkern/libkern.h) CONFIGURE_ARGS+= --with-sys=${BSDSRCDIR}/sys .else -IGNORE= "requires kernel sources available under \$$BSDSRCDIR/sys (or /sys)" +IGNORE= "${PKGNAME} requires kernel sources available under \$$BSDSRCDIR/sys (or /sys)" .endif .endif diff --git a/net/bind4/Makefile b/net/bind4/Makefile index 722fc2adc76..712ae06548c 100644 --- a/net/bind4/Makefile +++ b/net/bind4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/30 17:02:45 tv Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/21 21:01:32 hubertf Exp $ # DISTNAME= bind-4.9.7-REL @@ -12,7 +12,7 @@ HOMEPAGE= http://www.isc.org/ NO_WRKSUBDIR= yes .if !exists(/usr/sbin/named-bootconf) -IGNORE= "Used with NetBSD 1.4 or higher" +IGNORE= "${PKGNAME} is intended for NetBSD 1.4 or higher" .endif post-extract: |