diff options
Diffstat (limited to 'www/libnghttp2/Makefile')
-rw-r--r-- | www/libnghttp2/Makefile | 6 |
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> |