summaryrefslogtreecommitdiff
path: root/comms/libhidapi
diff options
context:
space:
mode:
authorrodent <rodent>2015-04-03 22:36:02 +0000
committerrodent <rodent>2015-04-03 22:36:02 +0000
commit6fe47e5141c7b6fb2e9159fc38a6f8dccb7c8fc8 (patch)
tree94a21bdc0e5d704c21d0c1b1d142a639e008d540 /comms/libhidapi
parent9ce016ce72c0f9e2645765b827c8d17c7741a832 (diff)
downloadpkgsrc-6fe47e5141c7b6fb2e9159fc38a6f8dccb7c8fc8.tar.gz
Be lazy and use GITHUB_* variables in WRKSRC and INSTALLATION_DIRS.
Diffstat (limited to 'comms/libhidapi')
-rw-r--r--comms/libhidapi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/libhidapi/Makefile b/comms/libhidapi/Makefile
index 4b010256316..584d6607f0d 100644
--- a/comms/libhidapi/Makefile
+++ b/comms/libhidapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/04/03 22:29:12 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/03 22:36:02 rodent Exp $
GITHUB_PROJECT= hidapi
GITHUB_TAG= ${GITHUB_PROJECT}-0.7.0
@@ -16,8 +16,8 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
NO_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/hidapi-${DISTNAME}
-INSTALLATION_DIRS+= include/hidapi lib
+WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
+INSTALLATION_DIRS+= include/${GITHUB_PROJECT} lib
.include "../../mk/bsd.fast.prefs.mk"