pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/synce-librapi2 Fixed paths to the Bash interpret...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/985c93d52485
branches:  trunk
changeset: 514827:985c93d52485
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 18 11:53:27 2006 +0000

description:
Fixed paths to the Bash interpreter, since only a simple bourne shell is
needed. This fixes bulk builds with CHECK_INTERPRETER=yes. Bumped
PKGREVISION.

diffstat:

 comms/synce-librapi2/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 05134ae43ef7 -r 985c93d52485 comms/synce-librapi2/Makefile
--- a/comms/synce-librapi2/Makefile     Sun Jun 18 11:41:37 2006 +0000
+++ b/comms/synce-librapi2/Makefile     Sun Jun 18 11:53:27 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2006/06/15 13:26:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/18 11:53:27 rillig Exp $
 #
 
 DISTNAME=              synce-librapi2-0.9.1
+PKGREVISION=           1
 CATEGORIES=            comms
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=synce/}
 
@@ -12,5 +13,10 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
+REPLACE_INTERPRETER+=  sh
+REPLACE.sh.old=                /bin/bash
+REPLACE.sh.new=                ${SH}
+REPLACE_FILES.sh=      script/synce-*.in
+
 .include "../../comms/synce-libsynce/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index