Sun Jan 12 15:30:12 2014 UTC ()
morr@ dropped maintainership


(cheusov)
diff -r1.1 -r1.2 pkgsrc/parallel/dsh/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/parallel/dsh/Makefile (expand / switch to unified diff)

--- pkgsrc/parallel/dsh/Makefile 2014/01/10 22:43:33 1.1
+++ pkgsrc/parallel/dsh/Makefile 2014/01/12 15:30:12 1.2
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.1 2014/01/10 22:43:33 cheusov Exp $ 1# $NetBSD: Makefile,v 1.2 2014/01/12 15:30:12 cheusov Exp $
2# 2#
3 3
4DISTNAME= dsh-0.25.10 4DISTNAME= dsh-0.25.10
5CATEGORIES= parallel 5CATEGORIES= parallel
6MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/ 6MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
7 7
8MAINTAINER= morr@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/downloads/ 9HOMEPAGE= http://www.netfort.gr.jp/~dancer/software/downloads/
10COMMENT= Runs command through rsh or ssh on a cluster of machines 10COMMENT= Runs command through rsh or ssh on a cluster of machines
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13EGDIR= ${PREFIX}/share/examples/dsh 13EGDIR= ${PREFIX}/share/examples/dsh
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_TOOLS+= msgfmt 15USE_TOOLS+= msgfmt
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
18CONF_FILES= ${EGDIR}/dsh.conf ${PKG_SYSCONFDIR}/dsh.conf 18CONF_FILES= ${EGDIR}/dsh.conf ${PKG_SYSCONFDIR}/dsh.conf
19 19
20.include "../../devel/gettext-lib/buildlink3.mk" 20.include "../../devel/gettext-lib/buildlink3.mk"
21.include "../../devel/libdshconfig/buildlink3.mk" 21.include "../../devel/libdshconfig/buildlink3.mk"