diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-11 05:50:23 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-11 05:50:23 +0000 |
commit | 2df0b0be3e0475f44afb4415f5fea89d3074e01e (patch) | |
tree | dab53b10c77fec063733363128dae6322f1eacab /misc/mshell | |
parent | 644c7b7743aecd518e64fc296170ab18a22d8350 (diff) | |
download | FreeBSD-ports-2df0b0be3e0475f44afb4415f5fea89d3074e01e.zip FreeBSD-ports-2df0b0be3e0475f44afb4415f5fea89d3074e01e.tar.gz |
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Diffstat (limited to 'misc/mshell')
-rw-r--r-- | misc/mshell/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index 8c1fba2..eb649ff 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -3,12 +3,12 @@ # Date created: 24 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.6 1995/04/23 13:02:33 asami Exp $ +# $Id: Makefile,v 1.7 1995/11/26 10:48:04 asami Exp $ # DISTNAME= mshell PKGNAME= mshell-1.0 -CATEGORIES+= misc +CATEGORIES= misc MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/07000-07999/ DISTFILES= 7432.Z @@ -18,7 +18,7 @@ NO_WRKSUBDIR= yes do-extract: @rm -rf ${WRKDIR} - @mkdir -p ${WRKDIR} + @${MKDIR} ${WRKDIR} zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \ awk '{if (/^#!/) x++} {if(x) print $$0'}| /bin/sh) |