diff options
Diffstat (limited to 'www/phpbb/Makefile')
-rw-r--r-- | www/phpbb/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index ae28dc9ddbd2..ef9ff8145632 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -6,18 +6,19 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTVERSION= 2.0.6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= phpBB-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= liukang@bjpu.edu.cn COMMENT= A PHP-based bulletin board / discussion forum system RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR +USE_BZIP2= yes + # The phpBB2 port supports a number of variables that may be tweaked at build # time. Perform a "make options" to see more information on these variables. # @@ -59,8 +60,6 @@ pre-everything:: post-patch: @ ${REINPLACE_CMD} -e "s#\.\./templates#/${PHPBBURL}/templates#" \ ${WRKSRC}/docs/*.html - @ ${RM} ${WRKSRC}/viewtopic.php.orig - @ ${RM} ${WRKSRC}/admin/admin_styles.php.orig post-configure: @ ${SED} \ |