aboutsummaryrefslogtreecommitdiff
path: root/comms/hidapi
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-18 11:21:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-18 11:21:53 +0000
commit610d8d5d5ea7bce03258dab45b796dfd720d9a3f (patch)
treeb51ad850f8119579a48ae3af93164c90cd79177d /comms/hidapi
parent920782a507df56f5db32bab3f9708035c562780d (diff)
downloadports-610d8d5d5ea7bce03258dab45b796dfd720d9a3f.tar.gz
ports-610d8d5d5ea7bce03258dab45b796dfd720d9a3f.zip
Convert to USES=autoreconf
Strip binaries Track PORTDOCS files
Notes
Notes: svn path=/head/; revision=374889
Diffstat (limited to 'comms/hidapi')
-rw-r--r--comms/hidapi/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/hidapi/Makefile b/comms/hidapi/Makefile
index 47f0861911af..f2aaa2da66d0 100644
--- a/comms/hidapi/Makefile
+++ b/comms/hidapi/Makefile
@@ -2,7 +2,7 @@
PORTNAME= hidapi
DISTVERSION= 0.8.0-rc1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms
MAINTAINER= tijl@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>