svn commit: r374889 - head/comms/hidapi

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 11:21:55 UTC 2014


Author: bapt
Date: Thu Dec 18 11:21:53 2014
New Revision: 374889
URL: https://svnweb.freebsd.org/changeset/ports/374889
QAT: https://qat.redports.org/buildarchive/r374889/

Log:
  Convert to USES=autoreconf
  Strip binaries
  Track PORTDOCS files

Modified:
  head/comms/hidapi/Makefile

Modified: head/comms/hidapi/Makefile
==============================================================================
--- head/comms/hidapi/Makefile	Thu Dec 18 11:08:23 2014	(r374888)
+++ head/comms/hidapi/Makefile	Thu Dec 18 11:21:53 2014	(r374889)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hidapi
 DISTVERSION=	0.8.0-rc1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	comms
 
 MAINTAINER=	tijl at FreeBSD.org
@@ -16,10 +16,10 @@ GH_ACCOUNT=	signal11
 GH_TAGNAME=	${PORTNAME}-${DISTVERSION}
 GH_COMMIT=	40cf516
 
-USE_AUTOTOOLS=	aclocal autoconf autoheader automake libtoolize
-AUTOMAKE_ARGS=	--add-missing --copy
-
-USES=		iconv:wchar_t libtool
+USES=		autoreconf iconv:wchar_t libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
+PORTDOCS=	*
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list