pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/kalker
Module Name: pkgsrc
Committed By: pin
Date: Wed May 11 21:01:22 UTC 2022
Modified Files:
pkgsrc/math/kalker: Makefile
Log Message:
math/kalker: reset maintainer
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/kalker/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/kalker/Makefile
diff -u pkgsrc/math/kalker/Makefile:1.3 pkgsrc/math/kalker/Makefile:1.4
--- pkgsrc/math/kalker/Makefile:1.3 Mon Jan 3 12:19:38 2022
+++ pkgsrc/math/kalker/Makefile Wed May 11 21:01:21 2022
@@ -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 @@ USE_TOOLS+= m4
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