aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-06-06 07:33:34 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-06-06 07:33:37 +0000
commit8dadbcdb581566d4327a2b2d97ad3f6aedbdd274 (patch)
tree93834ae4c88679efa718d524e08cb0a00f135650 /graphics
parent53aa462891164b162c1763b82960bc2fdc172a53 (diff)
downloadports-8dadbcdb581566d4327a2b2d97ad3f6aedbdd274.tar.gz
ports-8dadbcdb581566d4327a2b2d97ad3f6aedbdd274.zip
graphics/webp: Minor style fix
Adjust PATCH_SITES, requested by maintainer PR: 271695 Reviewed by: sunpoet (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/webp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile
index 7e7dcef66e6f..5be2e7f80466 100644
--- a/graphics/webp/Makefile
+++ b/graphics/webp/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES= http://downloads.webmproject.org/releases/webp/ \
https://storage.googleapis.com/downloads.webmproject.org/releases/webp/
DISTNAME= libwebp-${PORTVERSION}
-PATCH_SITES= https://github.com/webmproject/lib${PORTNAME}/commit/
+PATCH_SITES= https://github.com/webmproject/libwebp/commit/
PATCHFILES= a486d800b60d0af4cc0836bf7ed8f21e12974129.patch:-p1
MAINTAINER= sunpoet@FreeBSD.org