diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:24:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:24:37 +0000 |
commit | 0074c5fa8cabe431c6868442326d476bb5ef2047 (patch) | |
tree | 1ef31ba9ad1115bd0e23a01a51630f10289403b1 /java/jgrapht | |
parent | 6b5fb87219ee4fff450c5a6daf74accfe83318ae (diff) |
Notes
Diffstat (limited to 'java/jgrapht')
-rw-r--r-- | java/jgrapht/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/jgrapht/Makefile b/java/jgrapht/Makefile index 5ac366cc6293..50d9640f4cc1 100644 --- a/java/jgrapht/Makefile +++ b/java/jgrapht/Makefile @@ -9,8 +9,7 @@ PORTNAME= jgrapht PORTVERSION= 0.7.3 PORTREVISION= 1 CATEGORIES= java math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/JGraphT/Version%20${PORTVERSION} MAINTAINER= hq@FreeBSD.org COMMENT= Java package for mathematical graph-theory objects and algorithms |