diff options
author | culot <culot@FreeBSD.org> | 2013-07-18 22:32:06 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-07-18 22:32:06 +0800 |
commit | 721851bd384416b3546c92983e40218c92fb660c (patch) | |
tree | 8983a335ddbb5dca2d8ebf42e2286c5d9a689ce1 /games | |
parent | 6c30f482c186f9ac67eed7a9270d91d4e6eae3e4 (diff) | |
download | freebsd-ports-gnome-721851bd384416b3546c92983e40218c92fb660c.tar.gz freebsd-ports-gnome-721851bd384416b3546c92983e40218c92fb660c.tar.zst freebsd-ports-gnome-721851bd384416b3546c92983e40218c92fb660c.zip |
- Reassign to the heap
PR: ports/180631
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/daimonin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/daimonin/Makefile b/games/daimonin/Makefile index 5ab745aad74c..a160a3491af8 100644 --- a/games/daimonin/Makefile +++ b/games/daimonin/Makefile @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://daimonin.svn.sourceforge.net/viewvc/daimonin/main/client/?view=tar&pathrev=${SVN_REVISION}&file= DIST_SUBDIR= ${PORTNAME} -MAINTAINER= fbsd@opal.com +MAINTAINER= ports@FreeBSD.org COMMENT= Free open source Massively Multiplayer On-line Role-playing Game (MMORPG) LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \ |