diff options
author | tron <tron> | 2001-01-21 01:22:08 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-21 01:22:08 +0000 |
commit | 55da0de73c83c36e339c2fe152bcb0b60a2e796c (patch) | |
tree | db4716edde05ada252d8d616676f8e7d5cab01d0 /security/tcp_wrappers | |
parent | 8f32a05fbc98e3a739d8df763a9f91e34dafc61f (diff) | |
download | pkgsrc-55da0de73c83c36e339c2fe152bcb0b60a2e796c.tar.gz |
Install "tcpd.h" required to build applications using "libwrap".
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r-- | security/tcp_wrappers/Makefile | 3 | ||||
-rw-r--r-- | security/tcp_wrappers/pkg/PLIST | 3 |
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 |