diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 12:57:38 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 12:57:38 +0800 |
commit | 237f1cdd52b407333bb128b907eb59a9a1ceb9fe (patch) | |
tree | 01812e60e93b5b80b4fdf06f65162b7066a8f4bc /www | |
parent | 6fde6b61d823966b7495bab2fc23ede583e24f8e (diff) | |
download | freebsd-ports-gnome-237f1cdd52b407333bb128b907eb59a9a1ceb9fe.tar.gz freebsd-ports-gnome-237f1cdd52b407333bb128b907eb59a9a1ceb9fe.tar.zst freebsd-ports-gnome-237f1cdd52b407333bb128b907eb59a9a1ceb9fe.zip |
- Reassign to the heap due to mail bounces
Diffstat (limited to 'www')
-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 |