summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-29 05:43:28 +0000
committerjlam <jlam@pkgsrc.org>2004-03-29 05:43:28 +0000
commit6d92080aa240757729992f43156b2924bbda71c4 (patch)
tree2684bb3d4a41538be1b78668954f44c69a49033d /security/tcp_wrappers
parent82cd68d38a1d8bd0262376d4a40e4c201e6c55b3 (diff)
downloadpkgsrc-6d92080aa240757729992f43156b2924bbda71c4.tar.gz
Match the template builtin.mk file in bsd.builtin.mk, and make the two
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r--security/tcp_wrappers/builtin.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/security/tcp_wrappers/builtin.mk b/security/tcp_wrappers/builtin.mk
index 468cc9ec558..86d119d53e0 100644
--- a/security/tcp_wrappers/builtin.mk
+++ b/security/tcp_wrappers/builtin.mk
@@ -1,15 +1,10 @@
-# $NetBSD: builtin.mk,v 1.1 2004/03/10 17:57:15 jlam Exp $
+# $NetBSD: builtin.mk,v 1.2 2004/03/29 05:43:35 jlam Exp $
.if !defined(IS_BUILTIN.tcp_wrappers)
IS_BUILTIN.tcp_wrappers= no
. if exists(/usr/include/tcpd.h)
IS_BUILTIN.tcp_wrappers= yes
. endif
-.endif
-
-CHECK_BUILTIN.tcp_wrappers?= no
-.if !empty(CHECK_BUILTIN.tcp_wrappers:M[yY][eE][sS])
-USE_BUILTIN.tcp_wrappers= yes
-.endif
+.endif # IS_BUILTIN.tcp_wrappers
USE_BUILTIN.tcp_wrappers?= ${IS_BUILTIN.tcp_wrappers}