diff options
author | asami <asami@FreeBSD.org> | 1995-04-16 05:22:22 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-16 05:22:22 +0000 |
commit | c8a5abd4f585a8d457fe7e8ef5d8f879a3405452 (patch) | |
tree | b68cf222046bb33d8082d5b7f91f1c8cd4eb34dd /misc/mmv | |
parent | 9871cd3ca647ea7853e88fbac1c360e3b397ee23 (diff) | |
download | FreeBSD-ports-c8a5abd4f585a8d457fe7e8ef5d8f879a3405452.zip FreeBSD-ports-c8a5abd4f585a8d457fe7e8ef5d8f879a3405452.tar.gz |
Remove bogus CATEGORIES inside a for loop.
Diffstat (limited to 'misc/mmv')
-rw-r--r-- | misc/mmv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index b31dd5dc..7ac986a 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Feb 1995 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.3 1995/04/01 12:50:15 jkh Exp $ +# $Id: Makefile,v 1.4 1995/04/11 02:34:03 asami Exp $ # @@ -29,7 +29,6 @@ fetch: pre-fetch echo ">> `basename $$file` doesn't seem to exist on this system."; \ echo ">> Attempting to fetch it from a master site."; \ for site in ${MASTER_SITES}; do \ -CATEGORIES+= utilities pwd;\ if ${NCFTP} ${NCFTPFLAGS} $${site}$${file}; then \ break; \ |