diff options
author | asami <asami@FreeBSD.org> | 1995-05-17 13:55:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-17 13:55:38 +0800 |
commit | 2e9089bfcc1fe12c092fa739e85c9948d1e3c0d2 (patch) | |
tree | c8e0634d635b2184c5ecb2eb084d42cfaf3f6b3f /security | |
parent | 60de288c39c55975a1da53fa912b5409c0d9d42c (diff) | |
download | freebsd-ports-gnome-2e9089bfcc1fe12c092fa739e85c9948d1e3c0d2.tar.gz freebsd-ports-gnome-2e9089bfcc1fe12c092fa739e85c9948d1e3c0d2.tar.zst freebsd-ports-gnome-2e9089bfcc1fe12c092fa739e85c9948d1e3c0d2.zip |
Add "MAINTAINER=torstenb@FreeBSD.ORG". Thanks Torsten!
Submitted-by: torstenb, who is sitting on the far side of a
slow network at the moment
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: |