- fix regression tests by not passing MAKE_ENV to perl

This commit is contained in:
msf 2006-03-20 21:30:34 +00:00
parent be05407a0a
commit 8307d856a9

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2006/01/23 19:43:23 msf Exp $
# $OpenBSD: Makefile,v 1.4 2006/03/20 21:30:34 msf Exp $
COMMENT= "build and install Perl modules"
@ -23,6 +23,9 @@ RUN_DEPENDS= ::archivers/p5-Archive-Tar \
::devel/p5-ExtUtils-ParseXS \
::devel/p5-YAML
do-regress:
@cd ${WRKSRC} && /usr/bin/perl ${MODPERL_BUILD} ${REGRESS_TARGET}
PKG_ARCH= *
.include <bsd.port.mk>