diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:04:46 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 15:04:46 +0000 |
commit | a453e2bdec1292aac883f8206094c2462a2c69e1 (patch) | |
tree | 98fab09fef328d009153b640b1b66e0cd19f503a /math/glpk | |
parent | f7c07bb0b0d2231e868b94a0c6258ee4a959a7e4 (diff) |
More style fixes for ports/math.
Notes
Notes:
svn path=/head/; revision=37981
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 032e7def8d31..a761706bbd0d 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk |