1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Respect NOPORTEXAMPLES.

- Bump PORTREVISION.

Reported by:	itetcu (QA Tindy)
This commit is contained in:
Marcelo Araujo 2008-07-20 13:54:19 +00:00
parent 458bed3bee
commit 06e117d38f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217189

View File

@ -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>