View | Details | Raw Unified | Return to bug 75828 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +4 lines)
Lines 2-12 Link Here
2
# Date created:                2000-12-26
2
# Date created:                2000-12-26
3
# Whom:                        Christian Weisgerber <naddy@mips.inka.de>
3
# Whom:                        Christian Weisgerber <naddy@mips.inka.de>
4
#
4
#
5
# $FreeBSD: ports/shells/ksh93/Makefile,v 1.38 2004/12/29 23:17:18 kris Exp $
5
# $FreeBSD: ports/shells/ksh93/Makefile,v 1.37 2004/03/18 02:07:14 glewis Exp $
6
6
7
PORTNAME=	ksh93
7
PORTNAME=	ksh93
8
PORTVERSION=	${VERSION:S/-//g}
8
PORTVERSION=	${VERSION:S/-//g}
9
CATEGORIES=	shells
9
CATEGORIES=	shells
10
FETCH_ENV=	HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.'
10
MASTER_SITES=	http://www.research.att.com/~gsf/download/tgz/
11
MASTER_SITES=	http://www.research.att.com/~gsf/download/tgz/
11
DISTNAME=	${PORTNAME}-${VERSION}
12
DISTNAME=	${PORTNAME}-${VERSION}
12
DISTFILES=	INIT.${VERSION}.tgz ast-ksh.${VERSION}.tgz
13
DISTFILES=	INIT.${VERSION}.tgz ast-ksh.${VERSION}.tgz
Lines 15-24 Link Here
15
MAINTAINER=	joe@zircon.seattle.wa.us
16
MAINTAINER=	joe@zircon.seattle.wa.us
16
COMMENT=	Official AT&T release of KornShell 93
17
COMMENT=	Official AT&T release of KornShell 93
17
18
18
VERSION=	2004-02-29
19
VERSION=	2004-12-25
19
RESTRICTED=	"Source recipient must acknowledge license"
20
RESTRICTED=    "Source recipient must acknowledge license"
20
21
BROKEN=		Unfetchable
22
21
23
NO_WRKSUBDIR=	yes
22
NO_WRKSUBDIR=	yes
24
MAKE_ENV=	CCFLAGS="${CFLAGS}" SHELL="${SH}"
23
MAKE_ENV=	CCFLAGS="${CFLAGS}" SHELL="${SH}"

Return to bug 75828