diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-06-07 11:43:30 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-06-07 11:43:30 +0000 |
commit | b2f80157f4a56077df4e6ef214cfaba85c0b13f7 (patch) | |
tree | 49fa47775a31a109029d7853f8d2c103517257b1 /textproc | |
parent | aec326658b87915bead083792758d1f94c20d33c (diff) | |
download | ports-b2f80157f4a56077df4e6ef214cfaba85c0b13f7.tar.gz ports-b2f80157f4a56077df4e6ef214cfaba85c0b13f7.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinx-hieroglyph/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-sphinx-hieroglyph/Makefile b/textproc/py-sphinx-hieroglyph/Makefile index c6d89f716561..8301e36a07fb 100644 --- a/textproc/py-sphinx-hieroglyph/Makefile +++ b/textproc/py-sphinx-hieroglyph/Makefile @@ -3,6 +3,7 @@ PORTNAME= sphinx-hieroglyph PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,8 +19,9 @@ USE_GITHUB= yes GH_ACCOUNT= nyergler GH_PROJECT= hieroglyph -USES= python +USES= python shebangfix USE_PYTHON= autoplist distutils +SHEBANG_FILES= src/hieroglyph/themes/slides2/static/scripts/md/render.py NO_ARCH= yes |