diff --git a/graphics/dify/Makefile b/graphics/dify/Makefile index d0e524380be6..7c1a4f31be4d 100644 --- a/graphics/dify/Makefile +++ b/graphics/dify/Makefile @@ -1,19 +1,19 @@ PORTNAME= dify DISTVERSION= 0.6.0 PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast pixel-by-pixel image comparison tool in Rust WWW= https://github.com/jihchi/dify LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cargo PLIST_FILES= bin/${PORTNAME} .include