aboutsummaryrefslogtreecommitdiff
path: root/devel/nx
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-07-20 13:54:19 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-07-20 13:54:19 +0000
commit06e117d38f386846032250c9575b9db75e3fc7c7 (patch)
tree9f3522d05d08cd7dc8bc8a514148d59f7cffe330 /devel/nx
parent458bed3beeb266172a8592cf391e8fa0bfc76050 (diff)
Notes
Diffstat (limited to 'devel/nx')
-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>