diff options
author | pav <pav@FreeBSD.org> | 2005-04-06 03:48:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-06 03:48:45 +0800 |
commit | 7eb08ce5269dbb4893953b8ea5df45a844f34b4b (patch) | |
tree | a327714ef86d643569f0b07de781c3e85edc67fd /math | |
parent | 65c255334f939a8bf135ec1c7bc76ed3f1d9764b (diff) | |
download | freebsd-ports-gnome-7eb08ce5269dbb4893953b8ea5df45a844f34b4b.tar.gz freebsd-ports-gnome-7eb08ce5269dbb4893953b8ea5df45a844f34b4b.tar.zst freebsd-ports-gnome-7eb08ce5269dbb4893953b8ea5df45a844f34b4b.zip |
- Fix fetching
PR: ports/79490
Submitted by: David A. Bader <dbader@ece.unm.edu> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/concorde/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/concorde/Makefile b/math/concorde/Makefile index 4d6a6d58d8eb..c16bb600934b 100644 --- a/math/concorde/Makefile +++ b/math/concorde/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: concorde # Date created: 3 July 2000 -# Whom: dbader@eece.unm.edu +# Whom: dbader@ece.unm.edu # # $FreeBSD$ # @@ -8,12 +8,11 @@ PORTNAME= concorde PORTVERSION= 20031219 CATEGORIES= math parallel -MASTER_SITES= http://www.tsp.gatech.edu/concorde/ \ - http://www.math.princeton.edu/tsp/concorde/ +MASTER_SITES= http://www.tsp.gatech.edu/concorde/downloads/codes/src/ DISTNAME= co031219 EXTRACT_SUFX= .tgz -MAINTAINER= dbader@eece.unm.edu +MAINTAINER= dbader@ece.unm.edu COMMENT= Combinatorial Optimization package WRKSRC= ${WRKDIR}/concorde |