diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 11:46:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 11:46:07 +0800 |
commit | e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8 (patch) | |
tree | 01211d010da03727d5a1b1d741b0f66d96e8c322 /misc/mshell | |
parent | b9ddeab1ef96a0b678ab9fecf540334d4c83fb20 (diff) | |
download | freebsd-ports-gnome-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.gz freebsd-ports-gnome-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.tar.zst freebsd-ports-gnome-e5269e875dbe92808d09cb9d5bb94cd1a9bdf2a8.zip |
Another round of Makefile updates, in utils!
Diffstat (limited to 'misc/mshell')
-rw-r--r-- | misc/mshell/Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index 8c5628524fdd..2a2694a528bc 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -1,10 +1,21 @@ +# New ports collection makefile for: mshell +# Version required: 93/3/3 +# Date created: 24 September 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= mshell -DISTFILES= 7432.Z -MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/07000-07999/ +PKGNAME= mshell-1.0 CATEGORIES+= utilities -NO_WRKSUBDIR= yes +MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/07000-07999/ +DISTFILES= 7432.Z + MAINTAINER= jmz@FreeBSD.org +NO_WRKSUBDIR= yes + EXTRACT_COOKIE?= ${.CURDIR}/.extract_done extract: fetch pre-extract ${EXTRACT_COOKIE} |