diff options
author | obrien <obrien@FreeBSD.org> | 2000-08-27 05:26:24 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-08-27 05:26:24 +0000 |
commit | ad56804431bd84013ec6cf20ba0b9d5366990992 (patch) | |
tree | 3658a73a737eb60ddb1437a84154d40800e0c828 | |
parent | 9f29f44244cc75920905c67ce86c5482dbbe7d5b (diff) | |
download | FreeBSD-ports-ad56804431bd84013ec6cf20ba0b9d5366990992.zip FreeBSD-ports-ad56804431bd84013ec6cf20ba0b9d5366990992.tar.gz |
Point people at a different webpage as this one has the TIS Firewall
Toolkit License on it.
Submitted by: Eilko Bos <Eilko.Bos@nl.origin-it.com>
-rw-r--r-- | security/fwtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fwtk/Makefile b/security/fwtk/Makefile index 90df0a4..ef8ab57 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -40,7 +40,7 @@ MAN8+= x-gw.8 .if !exists(${DISTDIR}/fwtk2.1${EXTRACT_SUFX}) \ && !exists(${DISTDIR}/fwtk-doc-only${EXTRACT_SUFX}) -IGNORE='Please read ftp://ftp.tis.com/pub/firewalls/toolkit/README for details of how to obtain the FTWK source. Put the files fwtk2.1${EXTRACT_SUFX} and fwtk-doc-only${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again.' +IGNORE='Please read http://www.tis.com/research/software/fwtk_readme.html for details of how to obtain the FTWK source. Put the files fwtk2.1${EXTRACT_SUFX} and fwtk-doc-only${EXTRACT_SUFX} into the directory ${DISTDIR} and run make again.' .endif pre-configure: |