svn commit: r473665 - head/lang/myrddin

Tobias Kortkamp tobik at FreeBSD.org
Sun Jul 1 11:13:19 UTC 2018


Author: tobik
Date: Sun Jul  1 11:13:18 2018
New Revision: 473665
URL: https://svnweb.freebsd.org/changeset/ports/473665

Log:
  Do not always run the test suite
  
  Requested by:	mat

Modified:
  head/lang/myrddin/Makefile

Modified: head/lang/myrddin/Makefile
==============================================================================
--- head/lang/myrddin/Makefile	Sun Jul  1 11:00:32 2018	(r473664)
+++ head/lang/myrddin/Makefile	Sun Jul  1 11:13:18 2018	(r473665)
@@ -27,8 +27,6 @@ OPTIONS_SUB=	yes
 
 VIM_DESC=	Install Vim plugin
 
-pre-install:	do-test
-
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
 


More information about the svn-ports-all mailing list