diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-06-14 23:15:06 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-06-14 23:15:06 +0800 |
commit | 8e4694e1afec8e3d254d70c5ee65f640c6b65d4c (patch) | |
tree | 549c15e3807756dfe82e774a8b688ecfd4d2d012 /games/magicmaze/Makefile | |
parent | ff25da560defab6ef4579b5cef10d3275d042ab4 (diff) | |
download | freebsd-ports-gnome-8e4694e1afec8e3d254d70c5ee65f640c6b65d4c.tar.gz freebsd-ports-gnome-8e4694e1afec8e3d254d70c5ee65f640c6b65d4c.tar.zst freebsd-ports-gnome-8e4694e1afec8e3d254d70c5ee65f640c6b65d4c.zip |
games/arkanoidsb
- Transfer maintainership to games@ team
- Use tar:bzip2 instead of USE_BZIP2=yes
games/magicmaze
- Mastersite disappeared, mirror on my SF site
- Transfer maintainership to games@ team
- Change WWW to WayBack
games/sdl_jewels
- Transfer maintainership to games@ team
games/sdl_lopan
- Transfer maintainership to games@ team
games/secrettower
- Transfer maintainership to games@ team
games/super_mario_bros_python
- Transfer maintainership to games@ team
games/xvier
- Transfer maintainership to games@ team
Diffstat (limited to 'games/magicmaze/Makefile')
-rw-r--r-- | games/magicmaze/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/magicmaze/Makefile b/games/magicmaze/Makefile index ad7353ea6628..7cb81c96cc6f 100644 --- a/games/magicmaze/Makefile +++ b/games/magicmaze/Makefile @@ -5,10 +5,10 @@ PORTNAME= magicmaze PORTVERSION= 1.4.3.6 PORTREVISION= 2 CATEGORIES= games ruby -MASTER_SITES= RUBYFORGE +MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/ DISTNAME= ${PORTNAME}-${DISTVERSION:S/./_/g} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Simple and low-tech monster-bashing maze game LICENSE= GPLv2 |