diff options
Diffstat (limited to 'comms/hidapi/Makefile')
-rw-r--r-- | comms/hidapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hidapi/Makefile b/comms/hidapi/Makefile index 45bb621b039e..b02f8141712e 100644 --- a/comms/hidapi/Makefile +++ b/comms/hidapi/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PORTNAME= hidapi +DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.8.0-rc1 PORTREVISION= 3 CATEGORIES= comms @@ -13,7 +14,6 @@ LICENSE_COMB= dual USE_GITHUB= yes GH_ACCOUNT= signal11 -GH_TAGNAME= ${PORTNAME}-${DISTVERSION} USES= autoreconf iconv:wchar_t libtool GNU_CONFIGURE= yes |