From 06e117d38f386846032250c9575b9db75e3fc7c7 Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Sun, 20 Jul 2008 13:54:19 +0000 Subject: [PATCH] - Respect NOPORTEXAMPLES. - Bump PORTREVISION. Reported by: itetcu (QA Tindy) --- devel/nx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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