aboutsummaryrefslogtreecommitdiffstats
path: root/misc/mshell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mshell/Makefile')
-rw-r--r--misc/mshell/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile
deleted file mode 100644
index e0524ba0b321..000000000000
--- a/misc/mshell/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: jmz
-# $FreeBSD$
-
-PORTNAME= mshell
-PORTVERSION= 1.0
-PORTREVISION= 2
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= jmz
-DISTFILES= 7432.Z
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Unix menuing shell
-
-NO_WRKSUBDIR= yes
-MAN1= mshell.1
-
-NO_STAGE= yes
-do-extract:
- @${RM} -rf ${WRKDIR}
- @${MKDIR} ${WRKDIR}
- zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \
- ${AWK} '{if (/^#!/) x++} {if(x) print $$0'}| ${SH})
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 900000
-BROKEN= does not build
-.endif
-
-.include <bsd.port.post.mk>