diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 09:51:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 09:51:39 +0000 |
commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /textproc/py-gi-docgen/Makefile | |
parent | 6e6416d8c14628219cd46134e032add468fa7411 (diff) | |
download | ports-4460cf727a7788c9ce21f3344ce5745e5cd9fc4a.tar.gz ports-4460cf727a7788c9ce21f3344ce5745e5cd9fc4a.zip |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'textproc/py-gi-docgen/Makefile')
-rw-r--r-- | textproc/py-gi-docgen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-gi-docgen/Makefile b/textproc/py-gi-docgen/Makefile index 649d353f7fd9..7e2305dec04e 100644 --- a/textproc/py-gi-docgen/Makefile +++ b/textproc/py-gi-docgen/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 2021.5 PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= GNOME -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= desktop@FreeBSD.org COMMENT= Documentation generator for GObject-based libraries @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typogrify>0:textproc/py-typogrify@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils NO_ARCH= yes |