diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:58:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 07:58:10 +0000 |
commit | 8419c1ad549770d06c8fff79c4c12373c5fb7f47 (patch) | |
tree | bfb253ac36a3d7a6bf6105caf81e56ba77666e6e /security/tcp_wrapper | |
parent | a107548d6a11d64d3b5a83b09415ff0613200176 (diff) | |
download | ports-8419c1ad549770d06c8fff79c4c12373c5fb7f47.tar.gz ports-8419c1ad549770d06c8fff79c4c12373c5fb7f47.zip |
CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))
Converted to new MAN[1-9]
Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable
Notes
Notes:
svn path=/head/; revision=4537
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r-- | security/tcp_wrapper/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index 4a47952589e7..f8d5f6809565 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,25 +3,22 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.12 1996/01/25 05:54:17 ache Exp $ +# $Id: Makefile,v 1.13 1996/04/09 05:07:28 peter Exp $ # DISTNAME= tcp_wrappers_7.4 PKGNAME= tcp_wrappers-7.4 -CATEGORIES+= security net +CATEGORIES= security net MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ MAINTAINER= torstenb@FreeBSD.ORG ALL_TARGET= freebsd +MAN3= hosts_access.3 +MAN5= hosts_access.5 hosts_options.5 +MAN8= tcpd.8 tcpdchk.8 tcpdmatch.8 post-install: /sbin/ldconfig -m ${PREFIX}/lib -.if !defined(NOMANCOMPRESS) - 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 -.endif .include <bsd.port.mk> |