diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:42:12 +0000 |
commit | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (patch) | |
tree | a1af5f735773338776c8d3edd5fc818f4890fb96 /security/tcp_wrapper/Makefile | |
parent | 4bcb62c6f9e425544e90df955e8cbe045ed5130f (diff) | |
download | ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.tar.gz ports-5f46dae90f233bedde12384f31eb10cd1e7496c5.zip |
Notes
Diffstat (limited to 'security/tcp_wrapper/Makefile')
-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 f95e7d66fc3a..b76f1ac095ba 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> |