diff --git a/graphics/oxipng/Makefile b/graphics/oxipng/Makefile index 0e7a33881d01..4ee66d06c4ab 100644 --- a/graphics/oxipng/Makefile +++ b/graphics/oxipng/Makefile @@ -1,24 +1,24 @@ PORTNAME= oxipng DISTVERSION= 9.1.3 PORTREVISION= 1 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= Multithreaded PNG optimizer written in Rust WWW= https://github.com/shssoichiro/oxipng LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz post-install: ${INSTALL_MAN} ${CARGO_TARGET_DIR}/*/assets/*.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 .include