svn commit: r337317 - head/textproc/libuninameslist

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 24 03:20:15 UTC 2013


Author: amdmi3
Date: Tue Dec 24 03:20:14 2013
New Revision: 337317
URL: http://svnweb.freebsd.org/changeset/ports/337317

Log:
  - Support staging
  - Convert USE_GMAKE to USES

Modified:
  head/textproc/libuninameslist/Makefile

Modified: head/textproc/libuninameslist/Makefile
==============================================================================
--- head/textproc/libuninameslist/Makefile	Tue Dec 24 03:20:07 2013	(r337316)
+++ head/textproc/libuninameslist/Makefile	Tue Dec 24 03:20:14 2013	(r337317)
@@ -12,10 +12,9 @@ COMMENT=	A library of Unicode annotation
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_AUTOTOOLS=	libtool
 ALL_TARGET=	both
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list