diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-11-13 18:15:14 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-11-13 18:15:14 +0000 |
commit | 184587553841a2389402312ef25756f5a8c0bcd5 (patch) | |
tree | 5382abaad35ea1d0730a573bc6bae250184ffb50 /security/fwtk/Makefile | |
parent | Upgrade to v1.58 (diff) |
Fix this:
a) Distribution tarball names were broken.
b) doc file md5 was wrong/dist file has changed
c) replace multiple spaces with tabs
Diffstat (limited to 'security/fwtk/Makefile')
-rw-r--r-- | security/fwtk/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index 3bf56f923057..48f2dc50b802 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -3,15 +3,16 @@ # Date created: 15th June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.3 1996/06/20 12:39:36 adam Exp $ +# $Id: Makefile,v 1.4 1996/09/19 09:58:47 gpalmer Exp $ # -DISTNAME= fwtk-1.3 -CATEGORIES+= security net +DISTNAME= fwtk-1.3 +CATEGORIES= security net +DISTFILES= fwtk-v1.3.tar.Z fwtk-doc-only.tar.Z -MAINTAINER= gpalmer@FreeBSD.ORG +MAINTAINER= gpalmer@FreeBSD.ORG -WRKSRC= ${WRKDIR}/fwtk +WRKSRC= ${WRKDIR}/fwtk HAS_CONFIGURE= YES CONFIGURE_SCRIPT= fixmake @@ -21,7 +22,7 @@ INSTMAN= /usr/bin/install -c -o ${BINOWN} -g ${BINGRP} MAN3= auth.3 MAN5= netperm-table.5 -MAN8= authmgr.8 authsrv.8 ftp-gw.8 http-gw.8 login-sh.8 netacl.8 \ +MAN8= authmgr.8 authsrv.8 ftp-gw.8 http-gw.8 login-sh.8 netacl.8 \ plug-gw.8 rlogin-gw.8 smap.8 smapd.8 tn-gw.8 x-gw.8 DOCS= sample-report.txt manpages.ps admin_guide.ps user_guide.ps \ overview.ps presentation.ps |