Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2019 17:53:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498940 - head/textproc/sxml
Message-ID:  <201904141753.x3EHrfIG023716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 14 17:53:40 2019
New Revision: 498940
URL: https://svnweb.freebsd.org/changeset/ports/498940

Log:
  Remove build from prerequisite of do-test:
  
  The framework (Mk/bsd.port.mk) already handles it via SEQ.
  
  Approved by:	portmgr (blanket)

Modified:
  head/textproc/sxml/Makefile

Modified: head/textproc/sxml/Makefile
==============================================================================
--- head/textproc/sxml/Makefile	Sun Apr 14 17:53:36 2019	(r498939)
+++ head/textproc/sxml/Makefile	Sun Apr 14 17:53:40 2019	(r498940)
@@ -16,7 +16,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		tar:bzip2
 
-do-test:	build
+do-test:
 	cd ${BUILD_WRKSRC}/examples && ${MAKE} all
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904141753.x3EHrfIG023716>