diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
commit | 3082b65401d86adab3138444cabed9ab721b1e5d (patch) | |
tree | 28191a575627276dda55393a292bc03acf550a9c /security/tcp_wrapper | |
parent | bb2019ec1aaf0255d4d77b19b77c486b614784ef (diff) | |
download | FreeBSD-ports-3082b65401d86adab3138444cabed9ab721b1e5d.zip FreeBSD-ports-3082b65401d86adab3138444cabed9ab721b1e5d.tar.gz |
Update of net Makefiles! Am I done? :)
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r-- | security/tcp_wrapper/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index f95e7d6..b76f1ac 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,12 +3,14 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.4 1995/02/15 19:13:55 ache Exp $ +# $Id: Makefile,v 1.5 1995/04/01 12:48:37 jkh Exp $ # DISTNAME= tcp_wrappers_7.2 -MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ +PKGNAME= tcp_wrappers-7.2 CATEGORIES+= networking +MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ + ALL_TARGET= freebsd .include <bsd.port.mk> |