summaryrefslogtreecommitdiff
path: root/parallel/dsh
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2014-01-22 06:21:30 +0000
committercheusov <cheusov@pkgsrc.org>2014-01-22 06:21:30 +0000
commitc16db06bc6c9b21e646e8992e3ea2952dfdccbb1 (patch)
tree55bf739f77816a06a19e41e7776f0c6c9078e4d4 /parallel/dsh
parent3c280386a1c6f7b5f98f3aaed2eed43263f29f69 (diff)
downloadpkgsrc-c16db06bc6c9b21e646e8992e3ea2952dfdccbb1.tar.gz
Fix: dsh should read config file from sysconfdir but example directory
Diffstat (limited to 'parallel/dsh')
-rw-r--r--parallel/dsh/Makefile5
-rw-r--r--parallel/dsh/distinfo3
-rw-r--r--parallel/dsh/patches/patch-aa14
3 files changed, 5 insertions, 17 deletions
diff --git a/parallel/dsh/Makefile b/parallel/dsh/Makefile
index 9e88f82ed50..258666f9d64 100644
--- a/parallel/dsh/Makefile
+++ b/parallel/dsh/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2014/01/12 15:30:12 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/22 06:21:30 cheusov Exp $
#
DISTNAME= dsh-0.25.10
+PKGREVISION= 1
CATEGORIES= parallel
MASTER_SITES= http://www.netfort.gr.jp/~dancer/software/downloads/
@@ -17,6 +18,8 @@ USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
CONF_FILES= ${EGDIR}/dsh.conf ${PKG_SYSCONFDIR}/dsh.conf
+INSTALL_MAKE_FLAGS= sysconfdir=${EGDIR}
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libdshconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/parallel/dsh/distinfo b/parallel/dsh/distinfo
index 7bb05789147..bdbb4011f04 100644
--- a/parallel/dsh/distinfo
+++ b/parallel/dsh/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/01/10 22:43:33 cheusov Exp $
+$NetBSD: distinfo,v 1.2 2014/01/22 06:21:30 cheusov Exp $
SHA1 (dsh-0.25.10.tar.gz) = 79ac887a85f8cc8a654a8aa94cb05b5c8c9394de
RMD160 (dsh-0.25.10.tar.gz) = 2a60c27f8c0b7d4546f3cf96b37aaa01cbd0579c
Size (dsh-0.25.10.tar.gz) = 394506 bytes
-SHA1 (patch-aa) = fe00108b6d617054ddbf442fee2ba2f72b6f9a66
diff --git a/parallel/dsh/patches/patch-aa b/parallel/dsh/patches/patch-aa
deleted file mode 100644
index a3d7a8c6474..00000000000
--- a/parallel/dsh/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2014/01/10 22:43:33 cheusov Exp $
-
-Install config file to @prefix@/share/examples/dsh
---- Makefile.in.orig 2008-02-03 11:35:13.000000000 +0100
-+++ Makefile.in
-@@ -226,7 +226,7 @@ program_transform_name = @program_transf
- psdir = @psdir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
--sysconfdir = @sysconfdir@
-+sysconfdir = @prefix@/share/examples/dsh
- target_alias = @target_alias@
- dsh_SOURCES = dsh.c linkedlist.c parameter.c dsh.h linkedlist.h parameter.h gettext.h
- original_man = dsh.1 dsh.conf.5