aboutsummaryrefslogtreecommitdiff
path: root/java/jgrapht
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2008-09-02 08:13:30 +0000
committerHerve Quiroz <hq@FreeBSD.org>2008-09-02 08:13:30 +0000
commiteb21a45aa2b4391728645f01a8073ae2b40eb342 (patch)
tree540c36b7e65bd4e935b9291f0a3bbf63452ac04b /java/jgrapht
parentfa5f99d53e1841b2fe606fcc49391b08def87602 (diff)
downloadports-eb21a45aa2b4391728645f01a8073ae2b40eb342.tar.gz
ports-eb21a45aa2b4391728645f01a8073ae2b40eb342.zip
Notes
Diffstat (limited to 'java/jgrapht')
-rw-r--r--java/jgrapht/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jgrapht/Makefile b/java/jgrapht/Makefile
index c155b7e64be9..5ac366cc6293 100644
--- a/java/jgrapht/Makefile
+++ b/java/jgrapht/Makefile
@@ -51,7 +51,7 @@ pre-fetch:
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..."
- @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-jdk${JAVA_PORT_VERSION:C/([0-9]\.[0-9])\.[0-9]/\1/}.jar ${JAVAJARDIR}/${PORTNAME}.jar
+ @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-jdk${JAVA_PORT_VERSION:C/1\.4\.[0-9]/1.4/:C/1\.[56]\.[0-9]/1.5/}.jar ${JAVAJARDIR}/${PORTNAME}.jar
@${ECHO_MSG} " [DONE]"
.if !defined(NOPORTDOCS)
@${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."