Mon May 18 10:26:26 2020 UTC ()
hsetroot: take MAINTAINER


(nia)
diff -r1.26 -r1.27 pkgsrc/x11/hsetroot/Makefile

cvs diff -r1.26 -r1.27 pkgsrc/x11/hsetroot/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/hsetroot/Makefile 2020/05/17 14:40:29 1.26
+++ pkgsrc/x11/hsetroot/Makefile 2020/05/18 10:26:25 1.27
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.26 2020/05/17 14:40:29 nia Exp $ 1# $NetBSD: Makefile,v 1.27 2020/05/18 10:26:25 nia Exp $
2 2
3DISTNAME= hsetroot-1.0.5 3DISTNAME= hsetroot-1.0.5
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_GITHUB:=himdel/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=himdel/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= nia@NetBSD.org
8HOMEPAGE= https://github.com/himdel/hsetroot 8HOMEPAGE= https://github.com/himdel/hsetroot
9COMMENT= Allows you to compose wallpapers for X 9COMMENT= Allows you to compose wallpapers for X
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12USE_TOOLS+= gmake pkg-config 12USE_TOOLS+= gmake pkg-config
13 13
14INSTALLATION_DIRS+= bin 14INSTALLATION_DIRS+= bin
15 15
16do-install: 16do-install:
17 ${INSTALL_PROGRAM} ${WRKSRC}/hsetroot ${DESTDIR}${PREFIX}/bin 17 ${INSTALL_PROGRAM} ${WRKSRC}/hsetroot ${DESTDIR}${PREFIX}/bin
18 ${INSTALL_PROGRAM} ${WRKSRC}/hsr-outputs ${DESTDIR}${PREFIX}/bin 18 ${INSTALL_PROGRAM} ${WRKSRC}/hsr-outputs ${DESTDIR}${PREFIX}/bin
19 19
20.include "../../graphics/imlib2/buildlink3.mk" 20.include "../../graphics/imlib2/buildlink3.mk"