pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/zet textproc/zet: dead upstream
details: https://anonhg.NetBSD.org/pkgsrc/rev/34a2d1f25097
branches: trunk
changeset: 375895:34a2d1f25097
user: pin <pin%pkgsrc.org@localhost>
date: Tue Mar 29 10:43:37 2022 +0000
description:
textproc/zet: dead upstream
diffstat:
textproc/zet/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 63d8562493e0 -r 34a2d1f25097 textproc/zet/Makefile
--- a/textproc/zet/Makefile Tue Mar 29 10:41:49 2022 +0000
+++ b/textproc/zet/Makefile Tue Mar 29 10:43:37 2022 +0000
@@ -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 @@
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