aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-10-04 07:27:01 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-10-04 07:27:01 +0000
commit588d968addddea33683556e5e30493cd4f83773f (patch)
tree5fd25f572f22e2d41c8c486f76aa0db85ac96435 /devel
parenta6bb0e922e3b98b349e35490e1295faa6d11d3dc (diff)
downloadports-588d968addddea33683556e5e30493cd4f83773f.tar.gz
ports-588d968addddea33683556e5e30493cd4f83773f.zip
Cleanup.
- shebangfix is not used - package name has no prefix/suffix so add noflavors - use WRKSRC_SUBDIR
Notes
Notes: svn path=/head/; revision=513749
Diffstat (limited to 'devel')
-rw-r--r--devel/cxxtest/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cxxtest/Makefile b/devel/cxxtest/Makefile
index 1815a41d4797..684ccd538ab5 100644
--- a/devel/cxxtest/Makefile
+++ b/devel/cxxtest/Makefile
@@ -11,12 +11,12 @@ COMMENT= Simple and powerful JUnit/CppUnit/xUnit-like framework for C++
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