summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-16 20:54:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-16 20:54:54 +0000
commitf2efa678a7b2f643826ffa6818a77ca7f6cfda26 (patch)
tree0562ad9c06fbe5423ca0445c5b608f8bd453458a
parent87035d42dba416c36c61124ea267816b3696b7cd (diff)
downloadfreebsd-ports-f2efa678a7b2f643826ffa6818a77ca7f6cfda26.zip
Do not install DOCS and avoid conflicts between flavors
- Bump PORTREVISION for package change
-rw-r--r--devel/gitinspector/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gitinspector/Makefile b/devel/gitinspector/Makefile
index 405582d6e1db..63e9afff7bdb 100644
--- a/devel/gitinspector/Makefile
+++ b/devel/gitinspector/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gitinspector
PORTVERSION= 0.4.4
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
@@ -22,4 +22,7 @@ USES= python
GH_ACCOUNT= ejwa
USE_GITHUB= yes
+post-patch:
+ @${REINPLACE_CMD} -e '/data_files/d' ${WRKSRC}/setup.py
+
.include <bsd.port.mk>