aboutsummaryrefslogtreecommitdiff
path: root/misc/mshell
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:50:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-11 05:50:23 +0000
commit47a616f11d266abac2936b7fc036ae1f1a1cc70d (patch)
tree04f524367e2c1e7a76912077649c7df5494a5dcb /misc/mshell
parentc52c50b28fefb499b5db9cfffad33f469456e36b (diff)
downloadports-47a616f11d266abac2936b7fc036ae1f1a1cc70d.tar.gz
ports-47a616f11d266abac2936b7fc036ae1f1a1cc70d.zip
Notes
Diffstat (limited to 'misc/mshell')
-rw-r--r--misc/mshell/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile
index 8c1fba2efccc..eb649ff65dd5 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)