diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-17 11:13:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-17 11:13:18 +0000 |
commit | 121b21176d03ac8e7c6f918077692a6e85979fdd (patch) | |
tree | 1cdf182ffe8e664bc4418f2a98f3a1266ca6d5f3 /security/fwtk | |
parent | 77c727b8b1837668be44c6a201cc4a3eb596e1f8 (diff) | |
download | ports-121b21176d03ac8e7c6f918077692a6e85979fdd.tar.gz ports-121b21176d03ac8e7c6f918077692a6e85979fdd.zip |
Notes
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 26051fb49e08..5ff67c89eaa2 100644 --- a/security/fwtk/Makefile +++ b/security/fwtk/Makefile @@ -3,7 +3,7 @@ # Date created: 15th June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.6 1996/11/18 11:39:24 asami Exp $ +# $Id: Makefile,v 1.7 1997/03/07 12:33:01 obrien Exp $ # DISTNAME= fwtk-1.3 @@ -29,7 +29,7 @@ SBIN_BINS= authdump authload authmgr LIBEXEC_BINS= authsrv ftp-gw http-gw netacl plug-gw rlogin-gw smap smapd \ tn-gw x-gw -fetch: +do-fetch: @if [ ! -f ${DISTDIR}/fwtk-v1.3${EXTRACT_SUFX} ]; then \ echo ""; \ echo "Please read ftp://ftp.tis.com/pub/firewalls/toolkit/README"; \ |