aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2020-05-05 09:32:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2020-05-05 09:32:37 +0000
commite2d02d932fe50a691636814adc582e6ea7392d5c (patch)
tree6ac1a805f0db6aae1d857af6779bcf1c6cd77464
parent4666f698b90074d39e330fd6e8e052a33ef8ffd2 (diff)
- Fix LICENSE
- Add LICENSE_FILE - Add NO_ARCH - Update WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=534053
-rw-r--r--www/phpbb/Makefile4
-rw-r--r--www/phpbb/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile
index 2599c594f9f1..256684e3168b 100644
--- a/www/phpbb/Makefile
+++ b/www/phpbb/Makefile
@@ -10,7 +10,8 @@ DISTNAME= phpBB-${PORTVERSION}
MAINTAINER= liukang@cn.freebsd.org
COMMENT= PHP-based bulletin board / discussion forum system
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/docs/COPYING
RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
@@ -30,6 +31,7 @@ PHPBBURL?= phpBB2
#
WRKSRC= ${WRKDIR}/phpBB2
NO_BUILD= yes
+NO_ARCH= yes
SUB_FILES= pkg-message
SUB_LIST= PHPBBURL="${PHPBBURL}" \
PHPBBDIR="${PHPBBDIR}" \
diff --git a/www/phpbb/pkg-descr b/www/phpbb/pkg-descr
index 671c0e907389..871dc7067751 100644
--- a/www/phpbb/pkg-descr
+++ b/www/phpbb/pkg-descr
@@ -7,4 +7,4 @@ From the website:
PostgreSQL or Access/ODBC database servers, phpBB is the ideal free
community solution for all web sites.
-WWW: http://www.phpbb.com/
+WWW: https://www.phpbb.com/