diff options
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 |