Enable regression tests.

This commit is contained in:
naddy 2002-10-28 18:56:43 +00:00
parent b8aacd5cbf
commit 304e840bdd

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.23 2002/05/13 13:43:49 naddy Exp $
# $OpenBSD: Makefile,v 1.24 2002/10/28 18:56:43 naddy Exp $
COMMENT= "GNU Bourne Again Shell"
DISTNAME= bash-1.14.7
PKGNAME= ${DISTNAME}p1
CATEGORIES= shells
NEED_VERSION= 1.528
MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
HOMEPAGE= http://www.gnu.org/software/bash/
@ -22,6 +22,8 @@ FLAVOR?=
MAKE_ENV= CPP_DEFINES="-DSYSDEP_LDFLAGS=-static"
.endif
REGRESS_TARGET= tests
post-install:
${INSTALL_MAN} ${WRKSRC}/documentation/builtins.1 \
${PREFIX}/man/man1/bash_builtins.1