summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers
diff options
context:
space:
mode:
authortnn <tnn>2007-10-16 23:48:58 +0000
committertnn <tnn>2007-10-16 23:48:58 +0000
commit16bad87c5fde64bb6d83946f53a326e5c847d1e7 (patch)
treeb29811eb6b46cc5f60ca30ac6cd4ef5482fa68eb /security/tcp_wrappers
parent569a83e1855a275b7deac124049b89ea9748eab5 (diff)
downloadpkgsrc-16bad87c5fde64bb6d83946f53a326e5c847d1e7.tar.gz
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r--security/tcp_wrappers/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile
index 37dcef91f9d..124469c479a 100644
--- a/security/tcp_wrappers/Makefile
+++ b/security/tcp_wrappers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2007/09/07 22:12:22 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2007/10/16 23:49:02 tnn Exp $
DISTNAME= tcp_wrappers_7.6-ipv6.1
PKGNAME= tcp_wrappers-7.6.1
@@ -27,7 +27,7 @@ BUILD_TARGET.Linux= ${LOWER_OPSYS}
BUILD_TARGET.${OPSYS}= netbsd
.endif
BUILD_TARGET.SunOS= sunos5
-BUILD_TARGET.IRIX= ${LOWER_OPSYS:C|\..*||}
+BUILD_TARGET.IRIX= irix5
BUILD_TARGET= ${BUILD_TARGET.${OPSYS}}
.if !empty(PKG_OPTIONS:Minet6)