Date: Sun, 1 Jul 2018 11:13:19 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473665 - head/lang/myrddin Message-ID: <201807011113.w61BDJdh017550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807011113.w61BDJdh017550>