pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/worker The included shell programs need bash. PKGR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/858c40b48bba
branches:  trunk
changeset: 521878:858c40b48bba
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 25 20:47:57 2006 +0000

description:
The included shell programs need bash. PKGREVISION++

diffstat:

 x11/worker/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r ffdd92a4ecc8 -r 858c40b48bba x11/worker/Makefile
--- a/x11/worker/Makefile       Sat Nov 25 20:28:49 2006 +0000
+++ b/x11/worker/Makefile       Sat Nov 25 20:47:57 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/25 15:41:26 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/25 20:47:57 rillig Exp $
 #
 
 DISTNAME=      worker-2.14.1
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  http://www.boomerangsworld.de/cms/worker/downloads/
 
@@ -17,6 +18,8 @@
 #DEPENDS+=     xview-clients>=3.2.1:../../x11/xview-clients
 
 USE_X11BASE=   yes
+REPLACE_BASH+= scripts/*.sh scripts/*r
+USE_TOOLS+=    bash:run
 
 .include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index