svn commit: r340615 - head/devel/libgta

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jan 21 15:43:07 UTC 2014


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 at 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
 


More information about the svn-ports-all mailing list