diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-02-05 23:04:46 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-02-05 23:04:46 +0800 |
commit | 25f14cfe43a04c554eaf922359eaeec57c6d94bf (patch) | |
tree | 4424f245f611c5eba685372dab907bbd3b2350f2 | |
parent | a22e1b77c1badddd47e885498428a0f8316f1cae (diff) | |
download | freebsd-ports-gnome-25f14cfe43a04c554eaf922359eaeec57c6d94bf.tar.gz freebsd-ports-gnome-25f14cfe43a04c554eaf922359eaeec57c6d94bf.tar.zst freebsd-ports-gnome-25f14cfe43a04c554eaf922359eaeec57c6d94bf.zip |
More style fixes for ports/math.
-rw-r--r-- | math/apc/Makefile | 4 | ||||
-rw-r--r-- | math/glpk/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/math/apc/Makefile b/math/apc/Makefile index 2d49ac657b23..7bc1ff049b6d 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -7,10 +7,10 @@ PORTNAME= apc PORTVERSION= 1.0 -CATEGORIES= math +CATEGORIES= math MASTER_SITES= http://members.global2000.net/~eagriff/ -MAINTAINER= eagriff@global2000.net +MAINTAINER= eagriff@global2000.net LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms 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 |