- fix path in test script

ok sthen@
This commit is contained in:
jasper 2011-06-21 07:26:26 +00:00
parent 6df1111580
commit 6f6e3adbc6

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2011/06/16 08:58:32 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2011/06/21 07:26:26 jasper Exp $
SHARED_ONLY = Yes
@ -39,4 +39,8 @@ USE_GMAKE = yes
USE_LIBTOOL = yes
LIBTOOL_FLAGS = --tag=disable-static
post-configure:
perl -pi -e 's,/bin/bash,/bin/sh,' \
${WRKSRC}/tests/test-pseudotcp-random.sh
.include <bsd.port.mk>