diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-08-08 01:55:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-08-08 01:55:22 +0000 |
commit | 5708aad58b28c2bbfa19eb964ea1489cfc2f7c7d (patch) | |
tree | 024f9f53485b1d08de1ae3317038fbdee733f31e /security/fwtk | |
parent | Fixed packaging problem pointed out by Satoshi. (diff) |
Needed a maintainer.
Notes
Notes:
svn path=/head/; revision=7499
Diffstat (limited to 'security/fwtk')
-rw-r--r-- | security/fwtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index d42905fbe52c..f4c8cea93166 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -3,7 +3,7 @@ # Date created: 15th June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.8 1997/05/17 11:13:18 asami Exp $ +# $Id: Makefile,v 1.9 1997/05/31 22:41:49 gpalmer Exp $ # DISTNAME= fwtk-1.3 @@ -11,6 +11,8 @@ CATEGORIES= security net DISTFILES= fwtk-v1.3${EXTRACT_SUFX} fwtk-doc-only${EXTRACT_SUFX} EXTRACT_SUFX= .tar.Z +MAINTAINER= obrien@FreeBSD.org + RESTRICTED= "No form of redistribution is allowed" WRKSRC= ${WRKDIR}/fwtk |