diff options
author | mux <mux@FreeBSD.org> | 2007-10-09 23:16:13 +0800 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2007-10-09 23:16:13 +0800 |
commit | 365ac6c7327f813d35ffc71e03b3045828fec69d (patch) | |
tree | f38bc9c3a71e3fa3e3d3249a5fd38a43fa2dc573 /games/wtf | |
parent | 011fe629a180fbe07d6c9f86e5f4e1d7d026035c (diff) | |
download | freebsd-ports-gnome-365ac6c7327f813d35ffc71e03b3045828fec69d.tar.gz freebsd-ports-gnome-365ac6c7327f813d35ffc71e03b3045828fec69d.tar.zst freebsd-ports-gnome-365ac6c7327f813d35ffc71e03b3045828fec69d.zip |
Pass maintainership to Philippe Audeoud <jadawin@tuxaco.net>, who has
shown interest in handling this port, and is likely to do a better job
at it than me. While I'm here, correct the MASTER_SITE_SUBDIR variable;
the distfiles are in my own sub-directory, and not petef@'s one anymore.
Diffstat (limited to 'games/wtf')
-rw-r--r-- | games/wtf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wtf/Makefile b/games/wtf/Makefile index 3c6295887085..c5a80e40c0a2 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -11,9 +11,9 @@ PORTVERSION= 20071004 CATEGORIES= games MASTER_SITES= http://www.mu.org/~mux/wtf/ \ ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= petef +MASTER_SITE_SUBDIR= mux -MAINTAINER= mux@FreeBSD.org +MAINTAINER= jadawin@tuxaco.net COMMENT= Translates common Internet acronyms NO_BUILD= yes |