svn commit: r390115 - head/security/p5-CryptX

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 19 13:25:07 UTC 2015


Author: vanilla
Date: Fri Jun 19 13:25:06 2015
New Revision: 390115
URL: https://svnweb.freebsd.org/changeset/ports/390115

Log:
  remove target 'regression-test', it's on perl5.mk already.
  
  Submitted by:	sunpoet@

Modified:
  head/security/p5-CryptX/Makefile

Modified: head/security/p5-CryptX/Makefile
==============================================================================
--- head/security/p5-CryptX/Makefile	Fri Jun 19 13:12:21 2015	(r390114)
+++ head/security/p5-CryptX/Makefile	Fri Jun 19 13:25:06 2015	(r390115)
@@ -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>


More information about the svn-ports-all mailing list