diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 05:22:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 05:22:22 +0000 |
commit | 80023bde86f1607b3639b4b0efb67f3a0eb45977 (patch) | |
tree | 5c5d0c67ac0cf4bbc793f493ffd1aaeb4a2de274 /misc/mmv | |
parent | 3c62d8a120a0f1901a5b7c11b3bb1e3f3a00a9dd (diff) | |
download | ports-80023bde86f1607b3639b4b0efb67f3a0eb45977.tar.gz ports-80023bde86f1607b3639b4b0efb67f3a0eb45977.zip |
Notes
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 b31dd5dc93db..7ac986a19ed5 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; \ |