diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 03:46:07 +0000 |
commit | 91552dc4b8e8dc93dc41e5aa4ccc3d7e924dd6ac (patch) | |
tree | 7fb39aa3f78592f94c2415ace02da97d31058a71 /misc/mshell | |
parent | Cleanup/termios support/off_t -> long and much more (diff) |
Another round of Makefile updates, in utils!
Notes
Notes:
svn path=/head/; revision=1359
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} |