summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-01-21 01:22:08 +0000
committertron <tron@pkgsrc.org>2001-01-21 01:22:08 +0000
commit778c32c17365c9dad81f3aca3d1c70d9da6519bd (patch)
treedb4716edde05ada252d8d616676f8e7d5cab01d0 /security/tcp_wrappers
parent33a2dd36cbf9c44a8dc902f429d6395e9a21df92 (diff)
downloadpkgsrc-778c32c17365c9dad81f3aca3d1c70d9da6519bd.tar.gz
Install "tcpd.h" required to build applications using "libwrap".
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r--security/tcp_wrappers/Makefile3
-rw-r--r--security/tcp_wrappers/pkg/PLIST3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile
index 1d64eacf45a..5d6e636e874 100644
--- a/security/tcp_wrappers/Makefile
+++ b/security/tcp_wrappers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/01/19 21:18:16 tron Exp $
+# $NetBSD: Makefile,v 1.2 2001/01/21 01:22:08 tron Exp $
DISTNAME= tcp_wrappers_7.6-ipv6.1
PKGNAME= tcp_wrappers-7.6.1
@@ -21,6 +21,7 @@ do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} tcpdmatch try-from safe_finger tcpdchk \
${PREFIX}/bin && \
+ ${INSTALL_DATA} tcpd.h ${PREFIX}/include && \
${INSTALL_DATA} libwrap.a ${PREFIX}/lib && \
${INSTALL_PROGRAM} tcpd ${PREFIX}/libexec && \
${INSTALL_DATA} *.3 ${PREFIX}/man/man3 && \
diff --git a/security/tcp_wrappers/pkg/PLIST b/security/tcp_wrappers/pkg/PLIST
index 16b12926016..2f12c39c41e 100644
--- a/security/tcp_wrappers/pkg/PLIST
+++ b/security/tcp_wrappers/pkg/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/19 21:18:16 tron Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/01/21 01:22:08 tron Exp $
bin/safe_finger
bin/tcpdchk
bin/tcpdmatch
bin/try-from
+include/tcpd.h
lib/libwrap.a
libexec/tcpd
man/man3/hosts_access.3