diff options
author | ache <ache@FreeBSD.org> | 1995-03-24 08:35:05 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-03-24 08:35:05 +0800 |
commit | 5af64f77b1491f467ab7cc0321059bc94e4d7c85 (patch) | |
tree | 1abd55f4e79657eaefcbf2fb6156c5d56d343838 /security | |
parent | 896ab93bea1c8701e0411e06de19021fada20260 (diff) | |
download | freebsd-ports-gnome-5af64f77b1491f467ab7cc0321059bc94e4d7c85.tar.gz freebsd-ports-gnome-5af64f77b1491f467ab7cc0321059bc94e4d7c85.tar.zst freebsd-ports-gnome-5af64f77b1491f467ab7cc0321059bc94e4d7c85.zip |
Strip binaries on install
Diffstat (limited to 'security')
-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 |