Date: Tue, 21 Jan 2014 15:43:07 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340615 - head/devel/libgta Message-ID: <201401211543.s0LFh7j8030390@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jan 21 15:43:06 2014 New Revision: 340615 URL: http://svnweb.freebsd.org/changeset/ports/340615 QAT: https://qat.redports.org/buildarchive/r340615/ Log: - Support staging - Convert USE_GMAKE to USES PR: 185879 Submitted by: amdmi3 Approved by: coder@tuxfamily.org (maintainer) Modified: head/devel/libgta/Makefile Modified: head/devel/libgta/Makefile ============================================================================== --- head/devel/libgta/Makefile Tue Jan 21 15:40:07 2014 (r340614) +++ head/devel/libgta/Makefile Tue Jan 21 15:43:06 2014 (r340615) @@ -13,18 +13,9 @@ OPTIONS_DEFINE= DOCS USE_XZ= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake USE_LDCONFIG= yes -NO_STAGE= yes -.include <bsd.port.options.mk> - -post-patch: -.if empty(PORT_OPTIONS:MDOCS) - @${REINPLACE_CMD} -e '/^SUBDIRS = / s|doc||' ${WRKSRC}/Makefile.in -.endif - regression-test test: build cd ${WRKSR}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401211543.s0LFh7j8030390>