diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-24 00:35:05 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-24 00:35:05 +0000 |
commit | b1d8acd71f75815ba788e272ca192ea02f9ed692 (patch) | |
tree | 38e7e32161e668ac0656e23e6888fb06758f3e4d /security/tcp_wrapper | |
parent | 43273d1197bf54e06400617782670b6ec233bef3 (diff) | |
download | ports-b1d8acd71f75815ba788e272ca192ea02f9ed692.tar.gz ports-b1d8acd71f75815ba788e272ca192ea02f9ed692.zip |
Notes
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r-- | security/tcp_wrapper/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index 98ee029342a5..27efd62f55fd 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -146,10 +146,10 @@ + + install: + install -c libwrap.a ${PREFIX}/lib/libwrap.a -+ install -c tcpd ${PREFIX}/libexec/tcpd -+ install -c tcpdchk ${PREFIX}/sbin/tcpdchk -+ install -c tcpdmatch ${PREFIX}/sbin/tcpdmatch -+ install -c safe_finger ${PREFIX}/bin/safe_finger ++ install -cs tcpd ${PREFIX}/libexec/tcpd ++ install -cs tcpdchk ${PREFIX}/sbin/tcpdchk ++ install -cs tcpdmatch ${PREFIX}/sbin/tcpdmatch ++ install -cs safe_finger ${PREFIX}/bin/safe_finger + install -c tcpd.8 ${PREFIX}/man/man8/tcpd.8 + install -c tcpdchk.8 ${PREFIX}/man/man8/tcpdchk.8 + install -c tcpdmatch.8 ${PREFIX}/man/man8/tcpdmatch.8 |