aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 13:46:32 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 14:05:32 +0000
commit2630037841a372505c582d4590cfd92b958a2ed5 (patch)
tree9a57afe8182d595dc3718e33cacdcd800b85a911
parentd60c6e399b557ad46392095d53cddfa33753c28f (diff)
downloadports-2630037841a372505c582d4590cfd92b958a2ed5.tar.gz
ports-2630037841a372505c582d4590cfd92b958a2ed5.zip
www/llhttp: Cosmetic change
-rw-r--r--www/llhttp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/llhttp/Makefile b/www/llhttp/Makefile
index 87de79225bf4..60134d97f590 100644
--- a/www/llhttp/Makefile
+++ b/www/llhttp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= llhttp
PORTVERSION= 9.2.0
-DISTVERSIONPREFIX= release/v
+DISTVERSIONPREFIX= release/v
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org
@@ -17,7 +17,7 @@ CMAKE_ON= BUILD_SHARED_LIBS BUILD_STATIC_LIBS
PLIST_SUB= PORTVERSION=${PORTVERSION}
-GH_ACCOUNT= nodejs
USE_GITHUB= yes
+GH_ACCOUNT= nodejs
.include <bsd.port.mk>