pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/prose textproc/prose: reset maintainer



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df07c1b67e6a
branches:  trunk
changeset: 379164:df07c1b67e6a
user:      pin <pin%pkgsrc.org@localhost>
date:      Thu May 12 09:36:57 2022 +0000

description:
textproc/prose: reset maintainer

diffstat:

 textproc/prose/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9bd77ff5c958 -r df07c1b67e6a textproc/prose/Makefile
--- a/textproc/prose/Makefile   Thu May 12 09:35:44 2022 +0000
+++ b/textproc/prose/Makefile   Thu May 12 09:36:57 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2021/08/03 08:59:43 pin Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/12 09:36:57 pin Exp $
 
 DISTNAME=      prose-0.3.1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jgdavey/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/jgdavey/prose/
 COMMENT=       Reformat text pleasantly
 LICENSE=       mit OR apache-2.0
@@ -15,7 +15,8 @@
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/prose ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/prose \
+               ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index