svn commit: r328633 - head/databases/hiredis

Grzegorz Blach gblach at FreeBSD.org
Sun Sep 29 00:02:59 UTC 2013


Author: gblach
Date: Sun Sep 29 00:02:58 2013
New Revision: 328633
URL: http://svnweb.freebsd.org/changeset/ports/328633

Log:
  - Convert USE_GMAKE=yes to USES=gmake
  - Support staging
  
  Approved by:	crees, tabthorpe (mentors, implicit)

Modified:
  head/databases/hiredis/Makefile

Modified: head/databases/hiredis/Makefile
==============================================================================
--- head/databases/hiredis/Makefile	Sat Sep 28 23:56:01 2013	(r328632)
+++ head/databases/hiredis/Makefile	Sun Sep 29 00:02:58 2013	(r328633)
@@ -15,11 +15,11 @@ GH_ACCOUNT=	redis
 GH_TAGNAME=	v${PORTVERSION}
 GH_COMMIT=	0fff0f1
 
-USE_GMAKE=	yes
+USES=		gmake
+MAKE_ARGS+=	PREFIX=${STAGEDIR}${PREFIX}
 CFLAGS+=	-fPIC
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/^REAL_/s/ \$$(ARCH)//' ${WRKSRC}/Makefile
 


More information about the svn-ports-all mailing list