diff options
author | bapt <bapt@FreeBSD.org> | 2011-11-05 02:07:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-11-05 02:07:51 +0800 |
commit | f64ee42cd12681db2b1841cf0e9f5030647be33b (patch) | |
tree | 6c5ec78ffa18cbec6e4802bd34e7fa6011dfcca9 /games/frotz | |
parent | 8d6a707da7e91da59a4242a4cbde4715e5e6d424 (diff) | |
download | freebsd-ports-gnome-f64ee42cd12681db2b1841cf0e9f5030647be33b.tar.gz freebsd-ports-gnome-f64ee42cd12681db2b1841cf0e9f5030647be33b.tar.zst freebsd-ports-gnome-f64ee42cd12681db2b1841cf0e9f5030647be33b.zip |
Back to the pool previous maintainer has no more time to maintain them
Submitted by: previous maintainer (by private mail)
Diffstat (limited to 'games/frotz')
-rw-r--r-- | games/frotz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index cfef6bf3f1bc..076f7cd90bc9 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/frotz/ \ http://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/frotz/ \ http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/ -MAINTAINER= adam-ports@blacktabby.org +MAINTAINER= ports@FreeBSD.org COMMENT= Infocom games interpreter MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \ |