pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/zet



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Mar 29 10:43:38 UTC 2022

Modified Files:
        pkgsrc/textproc/zet: Makefile

Log Message:
textproc/zet: dead upstream


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

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

Modified files:

Index: pkgsrc/textproc/zet/Makefile
diff -u pkgsrc/textproc/zet/Makefile:1.3 pkgsrc/textproc/zet/Makefile:1.4
--- pkgsrc/textproc/zet/Makefile:1.3    Thu Aug  5 08:58:31 2021
+++ pkgsrc/textproc/zet/Makefile        Tue Mar 29 10:43:37 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2021/08/05 08:58:31 pin Exp $
+# $NetBSD: Makefile,v 1.4 2022/03/29 10:43:37 pin Exp $
 
 DISTNAME=      zet-0.2.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=yarrow/}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/yarrow/zet/
 COMMENT=       CLI utility to find the union, intersection, etc of files
 LICENSE=       apache-2.0 OR mit
@@ -14,7 +14,8 @@ LICENSE=      apache-2.0 OR mit
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/zet ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/zet \
+               ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index