diff options
author | linimon <linimon@FreeBSD.org> | 2007-03-04 21:37:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-03-04 21:37:32 +0800 |
commit | 7cd12b50829ad78b922f986dec120727407d9fc8 (patch) | |
tree | d3fdf63e73db5132431bfa94b4040c86d6eb93fc /math | |
parent | 3e411e3b8c1d2b553c064f4c420dfe00530f8064 (diff) | |
download | freebsd-ports-gnome-7cd12b50829ad78b922f986dec120727407d9fc8.tar.gz freebsd-ports-gnome-7cd12b50829ad78b922f986dec120727407d9fc8.tar.zst freebsd-ports-gnome-7cd12b50829ad78b922f986dec120727407d9fc8.zip |
Remove the name of the script that I use to do ports regression testing as
the Maintainer. Besides, everyone knows that there ain't no Sanity Clause.
Reminded by: arved
Diffstat (limited to 'math')
-rw-r--r-- | math/solitaire/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/solitaire/Makefile b/math/solitaire/Makefile index 10d1fa7deae1..67106582ab3e 100644 --- a/math/solitaire/Makefile +++ b/math/solitaire/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dd DISTFILES= sol.pl sol-test.txt -MAINTAINER= sanity@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The reference implementation of the Solitaire encryption algorithm NO_BUILD= yes |