pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/kalker math/kalker: reset maintainer



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5214635bec35
branches:  trunk
changeset: 379126:5214635bec35
user:      pin <pin%pkgsrc.org@localhost>
date:      Wed May 11 21:01:21 2022 +0000

description:
math/kalker: reset maintainer

diffstat:

 math/kalker/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 01884b362035 -r 5214635bec35 math/kalker/Makefile
--- a/math/kalker/Makefile      Wed May 11 21:00:07 2022 +0000
+++ b/math/kalker/Makefile      Wed May 11 21:01:21 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2022/01/03 12:19:38 pin Exp $
+# $NetBSD: Makefile,v 1.4 2022/05/11 21:01:21 pin Exp $
 
 DISTNAME=      kalker-1.1.0
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=PaddiM8/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://kalker.strct.net/
 COMMENT=       CLI calculator supporting math-like syntax with user-defined variables
 LICENSE=       mit
@@ -22,7 +22,8 @@
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/kalker ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/kalker \
+               ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index