diff options
author | markm <markm@FreeBSD.org> | 1996-06-16 15:30:04 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-06-16 15:30:04 +0000 |
commit | 5de12e54b4ca4998f3e871cce98ea889470bb9d1 (patch) | |
tree | 1b493f376a80b8bdafc60df7089e8e12beac8b97 /security/fwtk/Makefile | |
parent | 96af9236eb7752f79451f1910008a1583f54255b (diff) | |
download | FreeBSD-ports-5de12e54b4ca4998f3e871cce98ea889470bb9d1.zip FreeBSD-ports-5de12e54b4ca4998f3e871cce98ea889470bb9d1.tar.gz |
Add a "/" to the end of MASTER_SITES so that this wil actually fetch
Diffstat (limited to 'security/fwtk/Makefile')
-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 90b5808..bb16710 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 |