diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-24 20:58:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-07-24 20:58:45 +0000 |
commit | befd5147316bea4f261fc1a1daf4b5b9c4be26a5 (patch) | |
tree | 561ef32d8ea66bad654b7c81d691e2724ab6f4cd /net | |
parent | 6caf5364a56f7607a3042f00698a8142058ee5b0 (diff) | |
download | freebsd-ports-befd5147316bea4f261fc1a1daf4b5b9c4be26a5.zip |
Fix packaging after sphinx update
Reported by: pkg-fallout
Diffstat (limited to 'net')
-rw-r--r-- | net/py-gntp/Makefile | 4 | ||||
-rw-r--r-- | net/py-gntp/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/py-gntp/Makefile b/net/py-gntp/Makefile index 8ad1f9a613d2..2377d29588ec 100644 --- a/net/py-gntp/Makefile +++ b/net/py-gntp/Makefile @@ -3,7 +3,7 @@ PORTNAME= gntp PORTVERSION= 0.8 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,8 +21,6 @@ USE_GITHUB= yes USES= python:2 USE_PYTHON= distutils autoplist -.include <bsd.port.options.mk> - .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MDOCS} diff --git a/net/py-gntp/pkg-plist b/net/py-gntp/pkg-plist index 4af377577c31..b6f22f0b5a4b 100644 --- a/net/py-gntp/pkg-plist +++ b/net/py-gntp/pkg-plist @@ -3,20 +3,22 @@ %%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt %%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif %%PORTDOCS%%%%DOCSDIR%%/_static/basic.css +%%PORTDOCS%%%%DOCSDIR%%/_static/classic.css %%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png %%PORTDOCS%%%%DOCSDIR%%/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/_static/default.css %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js %%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/down.png %%PORTDOCS%%%%DOCSDIR%%/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-1.11.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js %%PORTDOCS%%%%DOCSDIR%%/_static/minus.png %%PORTDOCS%%%%DOCSDIR%%/_static/plus.png %%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css %%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js %%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/_static/underscore-1.3.1.js %%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js %%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png %%PORTDOCS%%%%DOCSDIR%%/_static/up.png |