summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-27 13:33:18 +0000
committerjlam <jlam@pkgsrc.org>2001-07-27 13:33:18 +0000
commitd2eb68d2a60c38796f99debfc547660ea4ad83e1 (patch)
tree13e500fbe98819bb0bcb13edfe17eda40701d873 /security/tcp_wrappers
parent822fcf25410b8f495b13160c5336d534f1fe2179 (diff)
downloadpkgsrc-d2eb68d2a60c38796f99debfc547660ea4ad83e1.tar.gz
Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r--security/tcp_wrappers/buildlink.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tcp_wrappers/buildlink.mk b/security/tcp_wrappers/buildlink.mk
index d0dedd8406e..64fcfe5137c 100644
--- a/security/tcp_wrappers/buildlink.mk
+++ b/security/tcp_wrappers/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.4 2001/07/20 01:54:51 jlam Exp $
+# $NetBSD: buildlink.mk,v 1.5 2001/07/27 13:33:34 jlam Exp $
#
# This Makefile fragment is included by packages that use tcp_wrappers.
#
@@ -28,6 +28,7 @@ _NEED_TCP_WRAPPERS= YES
.if ${_NEED_TCP_WRAPPERS} == "YES"
DEPENDS+= ${BUILDLINK_DEPENDS.tcp_wrappers}:../../security/tcp_wrappers
EVAL_PREFIX+= BUILDLINK_PREFIX.tcp_wrappers=tcp_wrappers
+BUILDLINK_PREFIX.tcp_wrappers_DEFAULT= ${LOCALBASE}
.else
BUILDLINK_PREFIX.tcp_wrappers= /usr
.endif