summaryrefslogtreecommitdiff
path: root/misc/mmv
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-16 05:22:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-16 05:22:22 +0000
commit80023bde86f1607b3639b4b0efb67f3a0eb45977 (patch)
tree5c5d0c67ac0cf4bbc793f493ffd1aaeb4a2de274 /misc/mmv
parentbuild depends on configure. (Hey! This one is different! ;) (diff)
Remove bogus CATEGORIES inside a for loop.
Notes
Notes: svn path=/head/; revision=1387
Diffstat (limited to 'misc/mmv')
-rw-r--r--misc/mmv/Makefile3
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; \