summaryrefslogtreecommitdiff
path: root/misc/mmv
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-11 02:34:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-11 02:34:03 +0000
commitcf9e9ede3ed1e1255bbbe54a47efffee2d1b94af (patch)
tree83d0de2680ef2b10dc1f596320697ff0a26313a2 /misc/mmv
parentNew Makefile structure, package name and pre-configure target. (diff)
New Makefile structure, fix Jordan's CATEGORIES.
Submitted by: me
Notes
Notes: svn path=/head/; revision=1331
Diffstat (limited to 'misc/mmv')
-rw-r--r--misc/mmv/Makefile21
1 files changed, 7 insertions, 14 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile
index f8b44f2cb114..b31dd5dc93db 100644
--- a/misc/mmv/Makefile
+++ b/misc/mmv/Makefile
@@ -2,28 +2,21 @@
# Version required: 1.01b
# Date created: 2 Feb 1995
# Whom: Michael Elbel (me)
-# Responsible: me@FreeBSD.org
#
-# $Id: Makefile,v 1.2 1995/03/27 21:00:02 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/01 12:50:15 jkh Exp $
#
-# MASTER_SITES= ftp://gatekeeper.dec.com/archive/.b/usenet/comp.sources.unix/volume21/mmv
+
+DISTNAME= mmv
+PKGNAME= mmv-1.01b
CATEGORIES+= utilities
-# part01.Z
-# part02.Z
-# ftp://gatekeeper.dec.com/archive/.b/usenet/comp.sources.unix/volume22/mmv.pch.Z
+MASTER_SITES= ftp://gatekeeper.dec.com/archive/.b/usenet/comp.sources.unix/
+DISTFILES= part01.Z part02.Z mmv.pch.Z
+MAINTAINER= me@FreeBSD.org
-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
-MAINTAINER= me@FreeBSD.org
NO_WRKSUBDIR=true
# targets shamelessly hacked from the bsd.ports.mk file