pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/oxipng



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu May 12 09:38:46 UTC 2022

Modified Files:
        pkgsrc/graphics/oxipng: Makefile

Log Message:
graphics/oxipng: reset maintainer


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/oxipng/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/oxipng/Makefile
diff -u pkgsrc/graphics/oxipng/Makefile:1.6 pkgsrc/graphics/oxipng/Makefile:1.7
--- pkgsrc/graphics/oxipng/Makefile:1.6 Tue Nov 16 08:20:00 2021
+++ pkgsrc/graphics/oxipng/Makefile     Thu May 12 09:38:46 2022
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2021/11/16 08:20:00 pin Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/12 09:38:46 pin Exp $
 
 DISTNAME=      oxipng-5.0.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=shssoichiro/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-user%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/shssoichiro/oxipng/
 COMMENT=       Multithreaded PNG optimizer
 LICENSE=       mit
@@ -15,7 +15,8 @@ LICENSE=      mit
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/oxipng ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/oxipng \
+               ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index