summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2022-05-12 09:36:57 +0000
committerpin <pin@pkgsrc.org>2022-05-12 09:36:57 +0000
commitb214ec6b5099c119d1937576af5699883a46b1aa (patch)
tree2e25b388ea2abd449ce85f6a8accaa143e15f47a /textproc
parentac41f61dd6c51357ec0b25760d204beefc14b483 (diff)
downloadpkgsrc-b214ec6b5099c119d1937576af5699883a46b1aa.tar.gz
textproc/prose: reset maintainer
Diffstat (limited to 'textproc')
-rw-r--r--textproc/prose/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/prose/Makefile b/textproc/prose/Makefile
index cc43aa2d003..cfd1f369598 100644
--- a/textproc/prose/Makefile
+++ b/textproc/prose/Makefile
@@ -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
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jgdavey/prose/
COMMENT= Reformat text pleasantly
LICENSE= mit OR apache-2.0
@@ -15,7 +15,8 @@ LICENSE= mit OR apache-2.0
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"