summaryrefslogtreecommitdiff
path: root/misc/mmv
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 12:51:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 12:51:41 +0000
commitac3066bf75f468401e4a8243ba4ea731c187b370 (patch)
treee3a493de948df0105f48151974dbe8794e55fc20 /misc/mmv
parentBy default, KEYWORDS is a copy of CATEGORIES. (diff)
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
Notes
Notes: svn path=/head/; revision=1267
Diffstat (limited to 'misc/mmv')
-rw-r--r--misc/mmv/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile
index c82218a644b5..f8b44f2cb114 100644
--- a/misc/mmv/Makefile
+++ b/misc/mmv/Makefile
@@ -4,10 +4,11 @@
# Whom: Michael Elbel (me)
# Responsible: me@FreeBSD.org
#
-# $Id: Makefile,v 1.1.1.1 1995/03/27 20:55:27 jkh Exp $
+# $Id: Makefile,v 1.2 1995/03/27 21:00:02 jkh Exp $
#
# MASTER_SITES= ftp://gatekeeper.dec.com/archive/.b/usenet/comp.sources.unix/volume21/mmv
+CATEGORIES+= utilities
# part01.Z
# part02.Z
# ftp://gatekeeper.dec.com/archive/.b/usenet/comp.sources.unix/volume22/mmv.pch.Z
@@ -16,7 +17,9 @@
DISTNAME=mmv
DISTDIR=${PORTSDIR}/distfiles/${DISTNAME}
# MASTER_SITES=ftp://dodo/usr/me/tmp/
+CATEGORIES+= utilities
MASTER_SITES=ftp://gatekeeper.dec.com/archive/.b/usenet/comp.sources.unix/
+CATEGORIES+= utilities
DISTFILES= part01.Z part02.Z mmv.pch.Z
SITE_DISTFILES= volume21/mmv/part01.Z volume21/mmv/part02.Z volume22/mmv.pch.Z
@@ -33,6 +36,7 @@ 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; \