Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2019 07:27:02 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513749 - head/devel/cxxtest
Message-ID:  <201910040727.x947R288054419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Oct  4 07:27:01 2019
New Revision: 513749
URL: https://svnweb.freebsd.org/changeset/ports/513749

Log:
  Cleanup.
  
  - shebangfix is not used
  - package name has no prefix/suffix so add noflavors
  - use WRKSRC_SUBDIR

Modified:
  head/devel/cxxtest/Makefile   (contents, props changed)

Modified: head/devel/cxxtest/Makefile
==============================================================================
--- head/devel/cxxtest/Makefile	Fri Oct  4 07:16:15 2019	(r513748)
+++ head/devel/cxxtest/Makefile	Fri Oct  4 07:27:01 2019	(r513749)
@@ -11,12 +11,12 @@ COMMENT=	Simple and powerful JUnit/CppUnit/xUnit-like 
 
 LICENSE=	LGPL3+
 
-USES=		gmake python:3.6+,run shebangfix
+USES=		gmake python:3.6+,run
 
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils noflavors
 NO_ARCH=	yes
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/python
+WRKSRC_SUBDIR=		python
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${PREFIX}/include/cxxtest



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