svn commit: r343894 - head/net-p2p/cdonkey

Martin Wilke miwi at FreeBSD.org
Wed Feb 12 10:38:09 UTC 2014


Author: miwi
Date: Wed Feb 12 10:38:08 2014
New Revision: 343894
URL: http://svnweb.freebsd.org/changeset/ports/343894
QAT: https://qat.redports.org/buildarchive/r343894/

Log:
  - Stage support
  - Convert to USES

Modified:
  head/net-p2p/cdonkey/Makefile

Modified: head/net-p2p/cdonkey/Makefile
==============================================================================
--- head/net-p2p/cdonkey/Makefile	Wed Feb 12 10:37:54 2014	(r343893)
+++ head/net-p2p/cdonkey/Makefile	Wed Feb 12 10:38:08 2014	(r343894)
@@ -15,13 +15,12 @@ WRKSRC=		${WRKDIR}/cDonkey-${PORTVERSION
 
 USE_BZIP2=	yes
 USE_BDB=	41
-USE_GMAKE=	yes
+USES=		gmake
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-berkeley-db="${BDB_INCLUDE_DIR}:${BDB_LIB_DIR}"
 
 PLIST_FILES=	bin/cDonkey
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|-ldb|-l${BDB_LIB_NAME}|' ${WRKSRC}/configure


More information about the svn-ports-all mailing list