diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-03-04 13:37:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-03-04 13:37:32 +0000 |
commit | 5d9ee1ab9d933b421cafbad829e96d745330ecde (patch) | |
tree | 830d2fba0bda00860fcbfad191a167531daf8382 /math/solitaire/Makefile | |
parent | 3ac8590a938eba77ab4a5f58036d8de0a1020389 (diff) | |
download | ports-5d9ee1ab9d933b421cafbad829e96d745330ecde.tar.gz ports-5d9ee1ab9d933b421cafbad829e96d745330ecde.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
Notes
Notes:
svn path=/head/; revision=186494
Diffstat (limited to 'math/solitaire/Makefile')
-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 |