pkgsrc/comms/scmxx/patches/patch-aa
kleink ff4f9eeae1 Initial import of scmxx-0.5.8 into the NetBSD Packages Collection.
SCMxx is a data exchange utility for certain Siemens mobile phone models.
Data types handled include logo bitmaps, MIDI files, vCalendars,
address books, phonebook entries and SMS. Support for phones includes the
S25, C35i, S35i, M35i, C45, S45, ME45 and SL45 models.
2002-01-13 20:17:33 +00:00

19 lines
364 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2002/01/13 20:17:33 kleink Exp $
--- Makefile.orig Fri Jan 4 21:43:54 2002
+++ Makefile Sun Jan 13 15:29:18 2002
@@ -1,4 +1,4 @@
-SHELL=/bin/bash
+SHELL=/bin/sh
CC=gcc
INSTALL_DIR=$(DESTDIR)/usr/bin
@@ -17,7 +17,7 @@
else
.PHONY: do-it-all
do-it-all: depend
- @sleep 1s; make
+ @sleep 1s; $(MAKE)
endif
.PHONY: depend