diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-18 11:53:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-18 11:53:27 +0000 |
commit | 3d8315cd205ef36b62e96a430584a6c393bb68c6 (patch) | |
tree | 5d6fac071fa106930e39b1b3a1b1cf242572d641 /comms | |
parent | 55993e45a3509d7bd29ec5e9f7fb996f1b86afd0 (diff) | |
download | pkgsrc-3d8315cd205ef36b62e96a430584a6c393bb68c6.tar.gz |
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 (limited to 'comms')
-rw-r--r-- | comms/synce-librapi2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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" |