From owner-svn-ports-all@freebsd.org Mon Aug 15 15:24:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4C93BB9FC4; Mon, 15 Aug 2016 15:24:32 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7A171EDD; Mon, 15 Aug 2016 15:24:32 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7FFOVdt007007; Mon, 15 Aug 2016 15:24:31 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7FFOVt2007006; Mon, 15 Aug 2016 15:24:31 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201608151524.u7FFOVt2007006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 15 Aug 2016 15:24:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420241 - head/www/phpbb3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2016 15:24:32 -0000 Author: pawel Date: Mon Aug 15 15:24:31 2016 New Revision: 420241 URL: https://svnweb.freebsd.org/changeset/ports/420241 Log: - Update maintainer's email [1] - Port is architecture neutral - Use option helper for DOCS installation PR: 211747 [1] Submitted by: Jochen Neumeister (maintainer) [1] Modified: head/www/phpbb3/Makefile Modified: head/www/phpbb3/Makefile ============================================================================== --- head/www/phpbb3/Makefile Mon Aug 15 15:12:00 2016 (r420240) +++ head/www/phpbb3/Makefile Mon Aug 15 15:24:31 2016 (r420241) @@ -8,7 +8,7 @@ MASTER_SITES= https://www.phpbb.com/file PKGNAMESUFFIX= 3 DISTNAME= phpBB-${PORTVERSION} -MAINTAINER= jochen@jochen-neumeister.de +MAINTAINER= joneum@bsdproject.de COMMENT= PHP-based bulletin board / discussion forum system LICENSE= GPLv2 @@ -25,6 +25,7 @@ PHPBBURL?= phpBB3 WRKSRC= ${WRKDIR}/phpBB3 NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message SUB_LIST= PHPBBURL="${PHPBBURL}" \ PHPBBDIR="${PHPBBDIR}" @@ -35,8 +36,6 @@ PHPBBDIR= ${WWWDOCROOT}/${PHPBBURL} PKGOPTS= ${FILESDIR}/pkg-opts PORTDOCS= * -.include - options: @${ECHO_MSG} "===> Build options for ${PKGNAME}:" @${CAT} ${PKGOPTS} @@ -50,11 +49,11 @@ pre-everything:: .endif do-install: -. if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} -. endif ${MV} ${WRKSRC}/config.php ${WRKSRC}/config.php.sample cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${PHPBBDIR} +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + .include