pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/hcal



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon May  9 21:50:09 UTC 2022

Modified Files:
        pkgsrc/sysutils/hcal: Makefile

Log Message:
sysutils/hcal: reset maintainer


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/hcal/Makefile

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

Modified files:

Index: pkgsrc/sysutils/hcal/Makefile
diff -u pkgsrc/sysutils/hcal/Makefile:1.3 pkgsrc/sysutils/hcal/Makefile:1.4
--- pkgsrc/sysutils/hcal/Makefile:1.3   Thu Feb 17 19:34:42 2022
+++ pkgsrc/sysutils/hcal/Makefile       Mon May  9 21:50:09 2022
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2022/02/17 19:34:42 pin Exp $
+# $NetBSD: Makefile,v 1.4 2022/05/09 21:50:09 pin Exp $
 
 DISTNAME=      hcal-0.3.4
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=0xflotus/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/0xflotus/hcal/
 COMMENT=       Hexadecimal calendar in terminal for programmers
 LICENSE=       mit
@@ -15,7 +15,8 @@ LICENSE=      mit
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/hcal ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/hcal \
+               ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index