From 8d798bf3fbf6fc34f5a4b4cd4c825869677b16e5 Mon Sep 17 00:00:00 2001 From: jsyn Date: Sun, 5 Aug 2001 20:50:55 +0000 Subject: [PATCH] EXTRACT_CASES workaround for improper SHAR distfiles (no '#!/bin/sh'); ok espie@ in general, ok brad@ --- math/hoc/Makefile | 3 ++- plan9/9wm/Makefile | 3 ++- plan9/sam/Makefile | 3 ++- plan9/tcs/Makefile | 3 ++- textproc/texi2html/Makefile | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/math/hoc/Makefile b/math/hoc/Makefile index 501eff3ad35..c229d63b42c 100644 --- a/math/hoc/Makefile +++ b/math/hoc/Makefile @@ -1,5 +1,5 @@ # Ports collection makefile for "hoc", the High Order Calculator -# $OpenBSD: Makefile,v 1.17 2001/05/06 01:58:49 lebel Exp $ +# $OpenBSD: Makefile,v 1.18 2001/08/05 20:50:55 jsyn Exp $ COMMENT= "from Kernighan & Pike: High Order Calculator" @@ -9,6 +9,7 @@ CATEGORIES= math NEED_VERSION= 1.402 MASTER_SITES= http://cm.bell-labs.com/cm/cs/who/bwk/ EXTRACT_SUFX= .sh +EXTRACT_CASES= *.sh) /bin/sh ${FULLDISTDIR}/$$archive;; MAINTAINER= Ian Darwin diff --git a/plan9/9wm/Makefile b/plan9/9wm/Makefile index 5eb59606485..4b5d6634962 100644 --- a/plan9/9wm/Makefile +++ b/plan9/9wm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2001/05/06 03:05:01 lebel Exp $ +# $OpenBSD: Makefile,v 1.17 2001/08/05 20:50:55 jsyn Exp $ COMMENT= "8 1/2-like Window Manager for X11" @@ -8,6 +8,7 @@ CATEGORIES= plan9 NEED_VERSION= 1.402 MASTER_SITES= ftp://ftp.cs.su.oz.au/dhog/9wm/ EXTRACT_SUFX= .shar.gz +EXTRACT_CASES= *.shar.gz) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | /bin/sh;; MAINTAINER= Markus Friedl diff --git a/plan9/sam/Makefile b/plan9/sam/Makefile index 5279015cd95..bb2a1f612b6 100644 --- a/plan9/sam/Makefile +++ b/plan9/sam/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2001/05/06 03:05:09 lebel Exp $ +# $OpenBSD: Makefile,v 1.17 2001/08/05 20:50:55 jsyn Exp $ COMMENT= "X11 version of Rob Pike's editor, sam" @@ -9,6 +9,7 @@ NEED_VERSION= 1.402 MASTER_SITES= ftp://netlib.bell-labs.com/netlib/research/ \ http://netlib.bell-labs.com/netlib/research/ EXTRACT_SUFX= .shar.gz +EXTRACT_CASES= *.shar.gz) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | /bin/sh;; MAINTAINER= Markus Friedl diff --git a/plan9/tcs/Makefile b/plan9/tcs/Makefile index 44520ce769d..7c1404e6ea8 100644 --- a/plan9/tcs/Makefile +++ b/plan9/tcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2001/05/06 03:05:12 lebel Exp $ +# $OpenBSD: Makefile,v 1.17 2001/08/05 20:50:55 jsyn Exp $ COMMENT= "translate character sets" @@ -9,6 +9,7 @@ NEED_VERSION= 1.402 MASTER_SITES= ftp://plan9.bell-labs.com/plan9/unixsrc/ \ ftp://ftp.gwdg.de/pub/gnu2/plan9/unixsrc/ EXTRACT_SUFX= .shar.Z +EXTRACT_CASES= *.shar.Z) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | /bin/sh;; MAINTAINER= Markus Friedl diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index d24feb5b660..ae61bde1603 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2001/06/20 01:43:37 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.14 2001/08/05 20:50:55 jsyn Exp $ COMMENT= "texinfo to HTML converter" @@ -9,6 +9,7 @@ NEED_VERSION= 1.402 MASTER_SITES= http://wwwcn.cern.ch/dci/texi2html/ \ ftp://ftp.scc.ru/pub/unix/ EXTRACT_SUFX= .shar.Z +EXTRACT_CASES= *.shar.Z) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | /bin/sh;; MAINTAINER= Angelos D. Keromytis