diff options
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> |