diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-10 22:04:01 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-05-10 22:04:01 +0000 |
commit | 612e7616f270a033e731490b32221e0411d3afa0 (patch) | |
tree | 0419886249e22630931fef95851d61c12df2a2dd | |
parent | 0b68d2fac017ef1ba8770db620f6333110f276a5 (diff) | |
download | ports-612e7616f270a033e731490b32221e0411d3afa0.tar.gz ports-612e7616f270a033e731490b32221e0411d3afa0.zip |
Notes
-rw-r--r-- | math/orpie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile index a08703bc9934..c6de2143f96c 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES+= math MASTER_SITES= http://pessimization.com/software/orpie/ -MAINTAINER= dylan@dylex.net +MAINTAINER= ports@FreeBSD.org COMMENT= A fullscreen RPN calculator for the console BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml |