diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:38:50 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:38:50 +0000 |
commit | 19fc4c7b6fb5fd9240f112c23d80d009d1e69498 (patch) | |
tree | 6bde732587adce93f7daf1d57ba66b7e80b5d373 | |
parent | Move MASTER_SITES from CRITICAL to LOCAL/ehaupt (diff) |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Notes
Notes:
svn path=/head/; revision=376400
-rw-r--r-- | math/aamath/Makefile | 2 | ||||
-rw-r--r-- | math/mathomatic/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/aamath/Makefile b/math/aamath/Makefile index 2bd6c2d5564f..480e2f37599d 100644 --- a/math/aamath/Makefile +++ b/math/aamath/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= math textproc MASTER_SITES= http://fuse.superglue.se/${PORTNAME}/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Renders ASCII art from mathematical expressions diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index d4dd481b946a..91773b569292 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -5,7 +5,7 @@ PORTNAME= mathomatic PORTVERSION= 16.0.5 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Highly portable, general purpose CAS (Computer Algebra System) |