diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-06 05:53:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-06 05:53:43 +0000 |
commit | e550d6bad4647dab1e37aa55002dbf0150bfc1d9 (patch) | |
tree | 587fcbff1c33115042fcdc121487c7cae950ba2a /devel/guichan | |
parent | 7ab1d1deb8c4b78563d2f283b49ee647f7d8137b (diff) |
Notes
Diffstat (limited to 'devel/guichan')
-rw-r--r-- | devel/guichan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/guichan/Makefile b/devel/guichan/Makefile index 621b1fbddac8..57573caeebaa 100644 --- a/devel/guichan/Makefile +++ b/devel/guichan/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mva@sysfault.org COMMENT= A small, efficient C++ GUI library designed for games WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |