diff options
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: |