Date: Thu, 6 Sep 2018 21:58:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479168 - head/devel/netsurf-buildsystem Message-ID: <201809062158.w86LwPjD052092@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 6 21:58:25 2018 New Revision: 479168 URL: https://svnweb.freebsd.org/changeset/ports/479168 Log: Pass maintainership to submitter - While I'm here, use = instead of += for MAKE_ENV and PLIST_SUB PR: 231204 Submitted by: Neel Chauhan <neel@neelc.org> Modified: head/devel/netsurf-buildsystem/Makefile Modified: head/devel/netsurf-buildsystem/Makefile ============================================================================== --- head/devel/netsurf-buildsystem/Makefile Thu Sep 6 21:58:20 2018 (r479167) +++ head/devel/netsurf-buildsystem/Makefile Thu Sep 6 21:58:25 2018 (r479168) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://download.netsurf-browser.org/libs/releases/ PKGNAMEPREFIX= netsurf- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= neel@neelc.org COMMENT= NetSurf project buildsystem LICENSE= MIT @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex USES= gmake perl5 shebangfix -MAKE_ENV+= COMPONENT_TYPE="lib-shared" +MAKE_ENV= COMPONENT_TYPE="lib-shared" SHEBANG_FILES= testtools/testrunner.pl NO_ARCH= yes + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809062158.w86LwPjD052092>