diff options
author | asami <asami@FreeBSD.org> | 1997-05-17 11:13:18 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-17 11:13:18 +0000 |
commit | 25383de25e02087c6cad519ce09539c3f0bdf9ad (patch) | |
tree | 890f445a0380f9615fe82e76cc100de5d097d7ce /security/fwtk | |
parent | 0029a079653d7331d8cfc8ceec3f1f10d9a91a78 (diff) | |
download | FreeBSD-ports-25383de25e02087c6cad519ce09539c3f0bdf9ad.zip FreeBSD-ports-25383de25e02087c6cad519ce09539c3f0bdf9ad.tar.gz |
Change "fetch" to "do-fetch"; porters are not allowed to override
the "main" targets!
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 26051fb..5ff67c8 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"; \ |