svn commit: r498940 - head/textproc/sxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 14 17:54:12 UTC 2019


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>


More information about the svn-ports-all mailing list