svn commit: r382589 - head/ftp/wxdfast

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 11:33:49 UTC 2015


Author: bapt
Date: Sun Mar 29 11:33:48 2015
New Revision: 382589
URL: https://svnweb.freebsd.org/changeset/ports/382589
QAT: https://qat.redports.org/buildarchive/r382589/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/ftp/wxdfast/Makefile

Modified: head/ftp/wxdfast/Makefile
==============================================================================
--- head/ftp/wxdfast/Makefile	Sun Mar 29 11:29:46 2015	(r382588)
+++ head/ftp/wxdfast/Makefile	Sun Mar 29 11:33:48 2015	(r382589)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wxdfast
 PORTVERSION=	0.6.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	ftp www
 MASTER_SITES=	SF/dfast/wxDownload%20Fast/${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -18,11 +18,10 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 USE_WX=		2.8+
 WX_CONF_ARGS=	relative
 WX_UNICODE=	yes
-USES=		gettext
-USE_AUTOTOOLS=	aclocal automake autoconf libtoolize
-ACLOCAL_ARGS=	-I ${LOCALBASE}/share/locale
-AUTOMAKE_ARGS=	--add-missing --copy --force-missing --foreign
+USES=		autoreconf gettext
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	WXRC="${WXRC_CMD}"
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e \


More information about the svn-ports-head mailing list