aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-18 19:21:53 +0800
committerbapt <bapt@FreeBSD.org>2014-12-18 19:21:53 +0800
commit608f22f86564c7b992ef4e34dc585872ea1ab62a (patch)
treeb51ad850f8119579a48ae3af93164c90cd79177d /comms
parent0aced8d40dc9997240256f55d72add0fe748f653 (diff)
downloadfreebsd-ports-gnome-608f22f86564c7b992ef4e34dc585872ea1ab62a.tar.gz
freebsd-ports-gnome-608f22f86564c7b992ef4e34dc585872ea1ab62a.tar.zst
freebsd-ports-gnome-608f22f86564c7b992ef4e34dc585872ea1ab62a.zip
Convert to USES=autoreconf
Strip binaries Track PORTDOCS files
Diffstat (limited to 'comms')
-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>