svn commit: r513749 - head/devel/cxxtest

Mathieu Arnold mat at FreeBSD.org
Fri Oct 4 07:27:02 UTC 2019


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


More information about the svn-ports-head mailing list