diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1997-05-31 22:41:49 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1997-05-31 22:41:49 +0000 |
commit | 7b10b19faaf67f3b85be9497fca51c93356f3aef (patch) | |
tree | daa620425f839d0587bb2a48622f955d6477f773 /security/fwtk | |
parent | More fixing of OPTIM replacement (diff) |
Remove myself as maintainer of this port
Notes
Notes:
svn path=/head/; revision=6659
Diffstat (limited to 'security/fwtk')
-rw-r--r-- | security/fwtk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index 5ff67c89eaa2..d42905fbe52c 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -3,7 +3,7 @@ # Date created: 15th June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1997/03/07 12:33:01 obrien Exp $ +# $Id: Makefile,v 1.8 1997/05/17 11:13:18 asami Exp $ # DISTNAME= fwtk-1.3 @@ -11,8 +11,6 @@ CATEGORIES= security net DISTFILES= fwtk-v1.3${EXTRACT_SUFX} fwtk-doc-only${EXTRACT_SUFX} EXTRACT_SUFX= .tar.Z -MAINTAINER= gpalmer@FreeBSD.ORG - RESTRICTED= "No form of redistribution is allowed" WRKSRC= ${WRKDIR}/fwtk |