aboutsummaryrefslogtreecommitdiffstats
path: root/math/parmetis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/parmetis/Makefile')
-rw-r--r--math/parmetis/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile
index 3abc259e2441..076169973dd1 100644
--- a/math/parmetis/Makefile
+++ b/math/parmetis/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ParMetis
-PORTVERSION= 2.0
+PORTVERSION= 3.0
CATEGORIES= math
MASTER_SITES= http://www-users.cs.umn.edu/~karypis/metis/parmetis/files/
@@ -25,7 +25,8 @@ do-install:
$(INSTALL_DATA) $(WRKSRC)/parmetis.h $(PREFIX)/include/parmetis
.if !defined(NOPORTDOCS)
${MKDIR} $(PREFIX)/share/doc/ParMETIS
- $(INSTALL_DATA) ${WRKSRC}/Doc/manual.ps $(PREFIX)/share/doc/ParMETIS
+ $(INSTALL_DATA) ${WRKSRC}/Manual/manual.ps $(PREFIX)/share/doc/ParMETIS
+ $(INSTALL_DATA) ${WRKSRC}/Manual/manual.pdf $(PREFIX)/share/doc/ParMETIS
.endif
.include <bsd.port.mk>