diff options
author | tron <tron@pkgsrc.org> | 2006-01-17 23:41:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-01-17 23:41:49 +0000 |
commit | ca8f48f98168899851d6abf5338cccd54a76eebd (patch) | |
tree | 0f87909635a82b99fdb68698ab034ac05fd20155 /net/mDNSResponder | |
parent | f15a4e82e08ca6bd47a41b43f8a4e4fe3c27bf67 (diff) | |
download | pkgsrc-ca8f48f98168899851d6abf5338cccd54a76eebd.tar.gz |
Another attempt to get the pattern for NetBSD 3.0 correct.
Diffstat (limited to 'net/mDNSResponder')
-rw-r--r-- | net/mDNSResponder/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile index 2ef9c24aa47..fba82f1a0c8 100644 --- a/net/mDNSResponder/Makefile +++ b/net/mDNSResponder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/01/17 23:13:44 tron Exp $ +# $NetBSD: Makefile,v 1.16 2006/01/17 23:41:49 tron Exp $ DISTNAME= mDNSResponder-107.5 CATEGORIES= net @@ -46,7 +46,8 @@ SBINARY= mdnsd dnsextd INSTALLATION_DIRS= bin include lib sbin .if !empty(MACHINE_PLATFORM:MNetBSD-3.99.[1-7]-*) || \ - !empty(MACHINE_PLATFORM:MNetBSD-3.[0-9][._-]*) || \ + !empty(MACHINE_PLATFORM:MNetBSD-3.[0-9]-*) || \ + !empty(MACHINE_PLATFORM:MNetBSD-3.[0-9][._]*) || \ !empty(MACHINE_PLATFORM:MNetBSD-[0-2]*) .include "../../devel/librfuncs/buildlink3.mk" |