Do not install DOCS and avoid conflicts between flavors

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-16 20:54:54 +00:00
parent 87035d42db
commit f2efa678a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456490

View File

@ -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>