summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/nx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nx/Makefile b/devel/nx/Makefile
index dcef964cd6af..66509bb257f6 100644
--- a/devel/nx/Makefile
+++ b/devel/nx/Makefile
@@ -8,7 +8,7 @@
PORTNAME= nx
PORTVERSION= 0.33
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= https://networkx.lanl.gov/download/
DISTNAME= networkx-${PORTVERSION}
@@ -29,6 +29,7 @@ USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= networkx
DOCSDIR= ${PREFIX}/share/doc/networkx-${PORTVERSION}
PORTDOCS= *
+EXAMPLESDIR= ${PREFIX}/share/doc/networkx-${PORTVERSION}/examples/
.include <bsd.port.pre.mk>