pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/quest-tui



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Mar 29 10:14:48 UTC 2022

Modified Files:
        pkgsrc/time/quest-tui: Makefile

Log Message:
time/quest-tui: drop abandoned package


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/quest-tui/Makefile

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

Modified files:

Index: pkgsrc/time/quest-tui/Makefile
diff -u pkgsrc/time/quest-tui/Makefile:1.2 pkgsrc/time/quest-tui/Makefile:1.3
--- pkgsrc/time/quest-tui/Makefile:1.2  Thu Aug  5 08:55:18 2021
+++ pkgsrc/time/quest-tui/Makefile      Tue Mar 29 10:14:47 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/08/05 08:55:18 pin Exp $
+# $NetBSD: Makefile,v 1.3 2022/03/29 10:14:47 pin Exp $
 
 DISTNAME=      quest-tui-0.2.0
 CATEGORIES=    time
@@ -6,7 +6,7 @@ MASTER_SITES=   ${MASTER_SITE_GITHUB:=frus
 GITHUB_PROJECT=        Quest
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/frustak/Quest/
 COMMENT=       Rust todo TUI
 LICENSE=       mit OR apache-2.0
@@ -16,7 +16,8 @@ LICENSE=      mit OR apache-2.0
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/quest-tui ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/quest-tui \
+               ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index