diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-05-06 19:28:43 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-05-06 19:28:43 +0800 |
commit | cf985948ce0524b6fb8c64e12f9eee0e682a3e43 (patch) | |
tree | 38a4a2110fc09a93927297825236f94920c478bb /security/tcp_wrapper | |
parent | 6d38d4343f367d831aee8302987983f1a7db1a5c (diff) | |
download | freebsd-ports-gnome-cf985948ce0524b6fb8c64e12f9eee0e682a3e43.tar.gz freebsd-ports-gnome-cf985948ce0524b6fb8c64e12f9eee0e682a3e43.tar.zst freebsd-ports-gnome-cf985948ce0524b6fb8c64e12f9eee0e682a3e43.zip |
- add myself as MAINTAINER
- compress manpages
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r-- | security/tcp_wrapper/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index b76f1ac095ba..e12f517fe129 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.5 1995/04/01 12:48:37 jkh Exp $ +# $Id: Makefile,v 1.6 1995/04/15 05:41:56 asami Exp $ # DISTNAME= tcp_wrappers_7.2 @@ -13,4 +13,11 @@ MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ ALL_TARGET= freebsd +post-install: + gzip -9nf ${PREFIX}/man/man3/hosts_access.3 \ + ${PREFIX}/man/man5/hosts_access.5 ${PREFIX}/man/man5/hosts_options.5 \ + ${PREFIX}/man/man8/tcpd.8 ${PREFIX}/man/man8/tcpdchk.8 \ + ${PREFIX}/man/man8/tcpdmatch.8 + + .include <bsd.port.mk> |