diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 04:57:38 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 04:57:38 +0000 |
commit | 01d4db62af10204b2036a19853de34eb3dc311a2 (patch) | |
tree | 01812e60e93b5b80b4fdf06f65162b7066a8f4bc | |
parent | f37211ba7897b3c11f3ae49e92dbf3b7d05ef838 (diff) |
- Reassign to the heap due to mail bounces
Notes
Notes:
svn path=/head/; revision=304810
-rw-r--r-- | www/phpbb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index 13d105d08f7f..72d71e460318 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: phpBB -# Date created: 25 April 2002 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# +# Created by: Johann Visagie <wjv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= phpbb PORTVERSION= 2.0.23 @@ -11,7 +7,7 @@ CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/phpBB%202/phpBB%20v${PORTVERSION} DISTNAME= phpBB-${PORTVERSION} -MAINTAINER= liukang@cn.freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= A PHP-based bulletin board / discussion forum system RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear |