diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-06 02:38:26 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-06 02:46:54 +0800 |
commit | 89eda36a908647110eeff93d7b470d7fb336bc73 (patch) | |
tree | 94aaed597191fc3c4bc0f5fcfce9fb196e9c4caf | |
parent | graphics/proj-data: Update to 1.14 (diff) |
graphics/webp: Update WWW
-rw-r--r-- | graphics/webp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index 1efc44a23a13..b6a8e41b5e60 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -3,11 +3,11 @@ PORTVERSION= 1.3.0 CATEGORIES= graphics MASTER_SITES= http://downloads.webmproject.org/releases/webp/ \ https://storage.googleapis.com/downloads.webmproject.org/releases/webp/ -DISTNAME= lib${PORTNAME}-${PORTVERSION} +DISTNAME= libwebp-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google WebP image format conversion tool -WWW= https://developers.google.com/speed/webp/ +WWW= https://developers.google.com/speed/webp LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING |