diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-17 05:55:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-17 05:55:38 +0000 |
commit | 29b7cd2e747dbf362c5718b7d47d1df3a1daf833 (patch) | |
tree | 0c1ea5df48f4958fe6be42926cf802de1dda7e00 /security | |
parent | 35774151d0bad5359ed9079f11bcaaba1dcfa6ac (diff) | |
download | ports-29b7cd2e747dbf362c5718b7d47d1df3a1daf833.tar.gz ports-29b7cd2e747dbf362c5718b7d47d1df3a1daf833.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrapper/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index e12f517fe129..c7ca0867fbae 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.6 1995/04/15 05:41:56 asami Exp $ +# $Id: Makefile,v 1.7 1995/05/06 11:28:43 torstenb Exp $ # DISTNAME= tcp_wrappers_7.2 @@ -11,6 +11,8 @@ PKGNAME= tcp_wrappers-7.2 CATEGORIES+= networking MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ +MAINTAINER= torstenb@FreeBSD.ORG + ALL_TARGET= freebsd post-install: |