diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-06-16 15:30:04 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-06-16 15:30:04 +0000 |
commit | d0967b9cc1455202d889fafa8733ac739296c30c (patch) | |
tree | 3f77a9595665c9703c6213566b40969336dfe26e /security/fwtk | |
parent | 77a961e7f76fbe24216c5a7cb68c415c64c9a9ae (diff) |
Add a "/" to the end of MASTER_SITES so that this wil actually fetch
Notes
Notes:
svn path=/head/; revision=3233
Diffstat (limited to 'security/fwtk')
-rw-r--r-- | security/fwtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index 90b580879610..bb16710a8b65 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -3,12 +3,12 @@ # Date created: 15th June 1996 # Whom: gpalmer # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/06/15 06:55:51 gpalmer Exp $ # DISTNAME= fwtk-1.3 CATEGORIES+= security net -MASTER_SITES= ftp://ftp.tis.com/pub/firewalls/toolkit +MASTER_SITES= ftp://ftp.tis.com/pub/firewalls/toolkit/ DISTFILES= fwtk-v1.3.tar.Z fwtk-doc-only.tar.Z MAINTAINER= gpalmer@FreeBSD.ORG |