diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-27 05:26:24 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-27 05:26:24 +0000 |
commit | efab284842059f46927b31ae9f4346817ec1a98d (patch) | |
tree | 32cabd5a51e5ce5da6a1581f0187623190a8cdb1 /security | |
parent | 6b33c7e57cf912c4b618bd1aa9627804ec333ecb (diff) | |
download | ports-efab284842059f46927b31ae9f4346817ec1a98d.tar.gz ports-efab284842059f46927b31ae9f4346817ec1a98d.zip |
Notes
Diffstat (limited to 'security')
-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 90df0a483e64..ef8ab57adb9e 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: |