pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ctv



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun May  8 10:16:58 UTC 2022

Modified Files:
        pkgsrc/sysutils/ctv: Makefile

Log Message:
sysutils/ctv: reset maintainer


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/ctv/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/ctv/Makefile
diff -u pkgsrc/sysutils/ctv/Makefile:1.1 pkgsrc/sysutils/ctv/Makefile:1.2
--- pkgsrc/sysutils/ctv/Makefile:1.1    Sun Feb 13 08:16:13 2022
+++ pkgsrc/sysutils/ctv/Makefile        Sun May  8 10:16:58 2022
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2022/02/13 08:16:13 pin Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/08 10:16:58 pin Exp $
 
 DISTNAME=      ctv-0.3.3
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=angelina-tsuboi/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/angelina-tsuboi/ctv/
 COMMENT=       Configurable tree view
 LICENSE=       mit
@@ -15,7 +15,8 @@ LICENSE=      mit
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ctv ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ctv \
+               ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index