No regression tests available.
This commit is contained in:
parent
304e840bdd
commit
4f0153e4b1
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.13 2002/09/28 20:28:46 naddy Exp $
|
# $OpenBSD: Makefile,v 1.14 2002/10/28 19:00:09 naddy Exp $
|
||||||
|
|
||||||
COMMENT= "official AT&T release of KornShell 93"
|
COMMENT= "official AT&T release of KornShell 93"
|
||||||
|
|
||||||
@ -30,6 +30,8 @@ WRKDIST= ${WRKDIR}
|
|||||||
do-build:
|
do-build:
|
||||||
cd ${WRKBUILD} && env -i ${MAKE_ENV} /bin/sh bin/package make
|
cd ${WRKBUILD} && env -i ${MAKE_ENV} /bin/sh bin/package make
|
||||||
|
|
||||||
|
NO_REGRESS= Yes
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKBUILD}/arch/openbsd.${MACHINE_ARCH}/bin/ksh \
|
${INSTALL_PROGRAM} ${WRKBUILD}/arch/openbsd.${MACHINE_ARCH}/bin/ksh \
|
||||||
${PREFIX}/bin/ksh93
|
${PREFIX}/bin/ksh93
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.13 2001/10/28 13:05:49 espie Exp $
|
# $OpenBSD: Makefile,v 1.14 2002/10/28 19:00:09 naddy Exp $
|
||||||
|
|
||||||
COMMENT= "extensible shell, derived from plan9's rc"
|
COMMENT= "extensible shell, derived from plan9's rc"
|
||||||
|
|
||||||
DISTNAME= es-0.9-beta1
|
DISTNAME= es-0.9-beta1
|
||||||
PKGNAME= es-0.9b1
|
PKGNAME= es-0.9b1
|
||||||
CATEGORIES= shells
|
CATEGORIES= shells
|
||||||
NEED_VERSION= 1.402
|
|
||||||
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
|
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
|
||||||
|
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
@ -28,6 +28,8 @@ ALL_TARGET= es
|
|||||||
post-extract:
|
post-extract:
|
||||||
@cp ${FILESDIR}/{config.guess,config.sub} ${WRKSRC}
|
@cp ${FILESDIR}/{config.guess,config.sub} ${WRKSRC}
|
||||||
|
|
||||||
|
NO_REGRESS= Yes
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKBUILD}/es ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKBUILD}/es ${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/es.1 ${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/es.1 ${PREFIX}/man/man1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.30 2002/07/24 01:12:31 brad Exp $
|
# $OpenBSD: Makefile,v 1.31 2002/10/28 19:00:09 naddy Exp $
|
||||||
|
|
||||||
COMMENT= "extended C-shell with many useful features"
|
COMMENT= "extended C-shell with many useful features"
|
||||||
|
|
||||||
@ -23,6 +23,7 @@ CONFIGURE_ENV= LDFLAGS="-static"
|
|||||||
.endif
|
.endif
|
||||||
|
|
||||||
ALL_TARGET= all catalogs
|
ALL_TARGET= all catalogs
|
||||||
|
NO_REGRESS= Yes
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/tcsh ${PREFIX}/bin/tcsh
|
${INSTALL_PROGRAM} ${WRKSRC}/tcsh ${PREFIX}/bin/tcsh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user