diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 19:48:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-05 19:48:45 +0000 |
commit | 9d36ddbc6391bc50276574044f4bb9fd8b2b7f8b (patch) | |
tree | 2f01976956e434e4ce696fa7d2ff85d4d0108e21 /math | |
parent | 4398111543b25bd079399f4289ba313c0f19a88c (diff) | |
download | ports-9d36ddbc6391bc50276574044f4bb9fd8b2b7f8b.tar.gz ports-9d36ddbc6391bc50276574044f4bb9fd8b2b7f8b.zip |
- Fix fetching
PR: ports/79490
Submitted by: David A. Bader <dbader@ece.unm.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=132584
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 |