aboutsummaryrefslogtreecommitdiff
path: root/misc/mshell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mshell/Makefile')
-rw-r--r--misc/mshell/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile
deleted file mode 100644
index 491a20b543e5..000000000000
--- a/misc/mshell/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: mshell
-# Version required: 93/3/3
-# Date created: 24 September 1994
-# Whom: jmz
-#
-# $Id: Makefile,v 1.5 1995/04/15 03:45:46 asami Exp $
-#
-
-DISTNAME= mshell
-PKGNAME= mshell-1.0
-CATEGORIES+= utilities
-MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/07000-07999/
-DISTFILES= 7432.Z
-
-MAINTAINER= jmz@FreeBSD.org
-
-NO_WRKSUBDIR= yes
-
-do-extract:
- @rm -rf ${WRKDIR}
- @mkdir -p ${WRKDIR}
- zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \
- awk '{if (/^#!/) x++} {if(x) print $$0'}| /bin/sh)
-
-.include <bsd.port.mk>