From 3d8315cd205ef36b62e96a430584a6c393bb68c6 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 18 Jun 2006 11:53:27 +0000 Subject: Fixed paths to the Bash interpreter, since only a simple bourne shell is needed. This fixes bulk builds with CHECK_INTERPRETER=yes. Bumped PKGREVISION. --- comms/synce-librapi2/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/synce-librapi2/Makefile b/comms/synce-librapi2/Makefile index a0e2636f15a..8192f6a2b96 100644 --- a/comms/synce-librapi2/Makefile +++ b/comms/synce-librapi2/Makefile @@ -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 @@ COMMENT= Utilities/libraries to make RAPI calls on WinCE devices 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" -- cgit v1.2.3