diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-06 23:41:13 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-06 23:41:13 +0800 |
commit | e331f5dd2224c8a0373c010471fc81d392c5a267 (patch) | |
tree | 19660a35169e7c93eef5c9d796325bb5871627a7 /math | |
parent | 7ff9b6b55ac05c5107759dd61c73f7ef6beb4006 (diff) | |
download | freebsd-ports-gnome-e331f5dd2224c8a0373c010471fc81d392c5a267.tar.gz freebsd-ports-gnome-e331f5dd2224c8a0373c010471fc81d392c5a267.tar.zst freebsd-ports-gnome-e331f5dd2224c8a0373c010471fc81d392c5a267.zip |
- Fix pkg-plist
PR: 129408
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/py-mpmath/Makefile | 1 | ||||
-rw-r--r-- | math/py-mpmath/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile index 212259b3a569..ab49ddfd8ddd 100644 --- a/math/py-mpmath/Makefile +++ b/math/py-mpmath/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpmath PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-mpmath/pkg-plist b/math/py-mpmath/pkg-plist index ea919e46c6cd..f360a6c48553 100644 --- a/math/py-mpmath/pkg-plist +++ b/math/py-mpmath/pkg-plist @@ -185,8 +185,9 @@ %%PORTDOCS%%%%DOCSDIR%%/summation.html %%PORTDOCS%%%%DOCSDIR%%/technical.html %%PORTDOCS%%%%DOCSDIR%%/genindex.html -%%PORTDOCS%%%%DOCSDIR%%/modindex.html +%%PORTDOCS%%%%DOCSDIR%%/objects.inv %%PORTDOCS%%%%DOCSDIR%%/search.html +%%PORTDOCS%%%%DOCSDIR%%/searchindex.js %%PORTDOCS%%%%DOCSDIR%%/_static/contents.png %%PORTDOCS%%%%DOCSDIR%%/_static/default.css %%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js @@ -201,7 +202,6 @@ %%PORTDOCS%%%%DOCSDIR%%/_static/stickysidebar.css %%PORTDOCS%%%%DOCSDIR%%/_static/traditional.css %%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css -%%PORTDOCS%%%%DOCSDIR%%/searchindex.json %%PORTDOCS%%@dirrm %%DOCSDIR%%/.doctrees %%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources %%PORTDOCS%%@dirrm %%DOCSDIR%%/_static |