From aaeb4c9408eca1042f32e72ef124a15a3adb9e65 Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 20 Apr 2000 10:17:05 +0000 Subject: [PATCH] Fake --- misc/mshell/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index dbb082add32..07c3fccee3c 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2000/04/09 17:37:12 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2000/04/20 10:17:05 kevlo Exp $ # Original from: Angelos D. Keromytis DISTNAME= mshell PKGNAME= mshell-1.0 CATEGORIES= misc NEED_VERSION= 1.191 -FAKE=No MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/07000-07999/ DISTFILES= 7432.Z WRKDIST= ${WRKDIR} @@ -18,6 +17,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= "no explict license" PERMIT_DISTFILES_FTP= Yes +FAKE= Yes post-extract: zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \ awk '{if (/^#!/) x++} {if(x) print $$0'}| /bin/sh)