pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/prose



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu May 12 09:36:57 UTC 2022

Modified Files:
        pkgsrc/textproc/prose: Makefile

Log Message:
textproc/prose: reset maintainer


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/prose/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/prose/Makefile
diff -u pkgsrc/textproc/prose/Makefile:1.2 pkgsrc/textproc/prose/Makefile:1.3
--- pkgsrc/textproc/prose/Makefile:1.2  Tue Aug  3 08:59:43 2021
+++ pkgsrc/textproc/prose/Makefile      Thu May 12 09:36:57 2022
@@ -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 @@ 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"



Home | Main Index | Thread Index | Old Index