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 | |
parent | e43d73c1264852c32ec4ac9b61a070d226fe9b58 (diff) | |
download | ports-184587553841a2389402312ef25756f5a8c0bcd5.tar.gz ports-184587553841a2389402312ef25756f5a8c0bcd5.zip |
Fix this:
a) Distribution tarball names were broken.
b) doc file md5 was wrong/dist file has changed
c) replace multiple spaces with tabs
Notes
Notes:
svn path=/head/; revision=4449
Diffstat (limited to 'security/fwtk')
-rw-r--r-- | security/fwtk/Makefile | 13 | ||||
-rw-r--r-- | security/fwtk/distinfo | 2 |
2 files changed, 8 insertions, 7 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 diff --git a/security/fwtk/distinfo b/security/fwtk/distinfo index ad2b08b7aefd..3bbb576ff9e3 100644 --- a/security/fwtk/distinfo +++ b/security/fwtk/distinfo @@ -1,2 +1,2 @@ MD5 (fwtk-v1.3.tar.Z) = 41aa7d1b278e8c3c37a14e9702e3f070 -MD5 (fwtk-doc-only.tar.Z) = b403c77dab2d6e95778167e158fa4ec4 +MD5 (fwtk-doc-only.tar.Z) = 74ab67a3d224ba7ce0cfc2a39cb038cf |