Skip to content

Commit 3702bc4

Browse files
committed
textproc/nanogrep: avoid conflict with editors/ng
-Rename binary to avoid conflict with editors/ng -Update comment as requested in, #83 -While here drop maintainership
1 parent 26218dc commit 3702bc4

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

‎textproc/nanogrep/Makefile‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# $NetBSD: Makefile,v 1.4 2021/01/29 22:06:45 pin Exp $
1+
# $NetBSD: Makefile,v 1.5 2021/03/30 20:29:04 pin Exp $
22

33
DISTNAME= nanogrep-2.2.1
44
CATEGORIES= textproc
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=Uniminin/}
66

7-
MAINTAINER= pin@NetBSD.org
8-
HOMEPAGE= https://github.com/Uniminin/nanogrep/
9-
COMMENT= Custom Implementation of minigrep with additional functionality
7+
MAINTAINER= pkgsrc-users@NetBSD.org
8+
HOMEPAGE= https://crates.io/crates/nanogrep/
9+
COMMENT= Custom simplified implementation of minigrep with additional features
1010
LICENSE= mit
1111

1212
.include "cargo-depends.mk"
@@ -16,7 +16,7 @@ USE_LANGUAGES+= c # rust, but needs a toolchain to link
1616
INSTALLATION_DIRS= bin
1717

1818
do-install:
19-
${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin
19+
${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin/nanogrep
2020

2121
.include "../../lang/rust/cargo.mk"
2222
.include "../../mk/bsd.pkg.mk"

‎textproc/nanogrep/PLIST‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
@comment $NetBSD: PLIST,v 1.1 2021/01/01 13:49:56 pin Exp $
2-
bin/ng
1+
@comment $NetBSD: PLIST,v 1.2 2021/03/30 20:29:04 pin Exp $
2+
bin/nanogrep

0 commit comments

Comments
 (0)