remove target 'regression-test', it's on perl5.mk already.

Submitted by:	sunpoet@
This commit is contained in:
Vanilla I. Shu 2015-06-19 13:25:06 +00:00
parent 3af6877efd
commit 16d07ef7f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390115

View file

@ -25,7 +25,4 @@ post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so
regression-test: build
@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD} ${MAKE_ARGS} test
.include <bsd.port.mk>