diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-05-11 06:04:01 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-05-11 06:04:01 +0800 |
commit | 534c52ac51e7fd56e624bb3c1216b575d8966c11 (patch) | |
tree | 0419886249e22630931fef95851d61c12df2a2dd /math | |
parent | 990e02c9f0433310ac378e20f7b5dd12028ed658 (diff) | |
download | freebsd-ports-gnome-534c52ac51e7fd56e624bb3c1216b575d8966c11.tar.gz freebsd-ports-gnome-534c52ac51e7fd56e624bb3c1216b575d8966c11.tar.zst freebsd-ports-gnome-534c52ac51e7fd56e624bb3c1216b575d8966c11.zip |
Drop maintainership to ports@.
PR: ports/189613
Diffstat (limited to 'math')
-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 |