From ef4993f2e87b1d2bdab5688739d26cc0bd4e7183 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 3 Jun 2001 15:42:38 +0000 Subject: [PATCH] USE_BZIP2 is deprecated, use EXTRACT_SUFX instead. --- shells/zsh/stable/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shells/zsh/stable/Makefile b/shells/zsh/stable/Makefile index 87274bb3ddc..c40a09dc066 100644 --- a/shells/zsh/stable/Makefile +++ b/shells/zsh/stable/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/06/03 01:01:36 lebel Exp $ +# $OpenBSD: Makefile,v 1.3 2001/06/03 15:42:38 brad Exp $ COMMENT= "the Z shell, Bourne shell-compatible, release flavor" COMMENT-modules="the Z shell modules (without zftp)" @@ -16,13 +16,12 @@ MASTER_SITES= ftp://ftp.zsh.org/zsh/ \ ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ ftp://ftp.ips.oz.au/pub/packages/zsh/ \ ftp://ftp.uit.no/pub/unix/shells/zsh/ +EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://www.zsh.org/ MAINTAINER= David Lebel -USE_BZIP2= Yes - PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes @@ -40,8 +39,9 @@ CONFIGURE_ARGS+=--disable-dynamic .else # we only enable sub-packages if the FLAVOR is not static MULTI_PACKAGES= -modules -zftp +SUBPACKAGE?= .for i in ${MULTI_PACKAGES} -PKGNAME$i= zsh$i-${VERSION} +PKGNAME$i= zsh$i-${VERSION} .endfor CONFIGURE_ARGS+= ${CONFIGURE_SHARED:S/shared/dynamic/} .endif