aboutsummaryrefslogtreecommitdiff
path: root/www/libnghttp2/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-30 07:17:57 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-30 07:17:57 +0000
commit2011a12391c1050b458a99333842d9c54405742b (patch)
treeda8897f1322b21fe43e038f9ec7d8f023ea06e35 /www/libnghttp2/Makefile
parent3a89b403f946d157475c4cf61ececc97a81d761b (diff)
downloadports-2011a12391c1050b458a99333842d9c54405742b.tar.gz
ports-2011a12391c1050b458a99333842d9c54405742b.zip
Notes
Diffstat (limited to 'www/libnghttp2/Makefile')
-rw-r--r--www/libnghttp2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/libnghttp2/Makefile b/www/libnghttp2/Makefile
index e172e01497a1..354ed9c4d145 100644
--- a/www/libnghttp2/Makefile
+++ b/www/libnghttp2/Makefile
@@ -3,8 +3,8 @@
PORTNAME= nghttp2
PORTVERSION= 1.41.0
-DISTVERSIONPREFIX= v
CATEGORIES= www net
+MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= lib
MAINTAINER= sunpoet@FreeBSD.org
@@ -13,7 +13,7 @@ COMMENT= HTTP/2.0 C Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= autoreconf compiler:c++14-lang libtool pathfix pkgconfig
+USES= autoreconf compiler:c++14-lang libtool pathfix pkgconfig tar:xz
CONFIGURE_ARGS= --enable-lib-only
GNU_CONFIGURE= yes
@@ -21,6 +21,4 @@ INSTALL_TARGET= install-strip
USE_CXXSTD= c++14
USE_LDCONFIG= yes
-USE_GITHUB= yes
-
.include <bsd.port.mk>