diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-03-30 12:22:46 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-03-30 12:22:46 +0000 |
commit | 87640307646a3e1fa107e4b6d78e2ebb30ba750c (patch) | |
tree | 933fb794d6df69d667aefebcd12326e175ffb3c8 /math/glpk/Makefile | |
parent | a4c038ace571f03682096a76835288bac87ebc33 (diff) | |
download | ports-87640307646a3e1fa107e4b6d78e2ebb30ba750c.tar.gz ports-87640307646a3e1fa107e4b6d78e2ebb30ba750c.zip |
Notes
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r-- | math/glpk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 6ce96871fead..9b57f5a1349b 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,9 +6,10 @@ # PORTNAME= glpk -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} \ + http://people.freebsd.org/~demon/distfiles/ MASTER_SITE_SUBDIR= glpk .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES} |