summaryrefslogtreecommitdiff
path: root/security/tcp_wrapper
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-05-06 11:28:43 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-05-06 11:28:43 +0000
commit9eeda89b8b873333ffa7ceeddf65bab1caeb8e78 (patch)
tree41cf1aaba007204ecc6628fc323297d2d8592683 /security/tcp_wrapper
parentinstall fonts (diff)
- add myself as MAINTAINER
- compress manpages
Notes
Notes: svn path=/head/; revision=1653
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r--security/tcp_wrapper/Makefile9
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>