diff options
author | jeh <jeh@FreeBSD.org> | 2001-06-01 19:49:08 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-06-01 19:49:08 +0800 |
commit | a2c46349581e7d0ccec0c7f1ea52e465bd53ba9f (patch) | |
tree | eb7b44fe1f4adf385fa5d6567cf308c79398f40e /databases/mysql-jdbc-mm/Makefile | |
parent | 33c11d7cc95ed2631608150ee5a433459a46fa11 (diff) | |
download | freebsd-ports-gnome-a2c46349581e7d0ccec0c7f1ea52e465bd53ba9f.tar.gz freebsd-ports-gnome-a2c46349581e7d0ccec0c7f1ea52e465bd53ba9f.tar.zst freebsd-ports-gnome-a2c46349581e7d0ccec0c7f1ea52e465bd53ba9f.zip |
Tar file has moved and port needs a bit of tweaking
PR: 27761
Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
Diffstat (limited to 'databases/mysql-jdbc-mm/Makefile')
-rw-r--r-- | databases/mysql-jdbc-mm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql-jdbc-mm/Makefile b/databases/mysql-jdbc-mm/Makefile index d7afa063d731..2f155735abb5 100644 --- a/databases/mysql-jdbc-mm/Makefile +++ b/databases/mysql-jdbc-mm/Makefile @@ -8,13 +8,12 @@ PORTNAME= mysql-jdbc-mm PORTVERSION= 1.2c CATEGORIES= databases java -MASTER_SITES= http://www.worldserver.com/mm.mysql/dist/ +MASTER_SITES= http://mmmysql.sourceforge.net/dist/ DISTNAME= mm.mysql.jdbc-${PORTVERSION} MAINTAINER= dglo@SSEC.WISC.EDU BUILD_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk -RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk ALL_TARGET= jar |