summaryrefslogtreecommitdiff
path: root/comms/synce-librapi2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/synce-librapi2/Makefile')
-rw-r--r--comms/synce-librapi2/Makefile8
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"