a2b8da229b
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. Based on port from NetBSD. Help and ok from naddy@, 10x!
15 lines
584 B
Plaintext
15 lines
584 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2003/08/21 19:11:37 grange Exp $
|
|
--- Makefile.in.orig 2003-08-18 18:46:50.000000000 +0400
|
|
+++ Makefile.in 2003-08-18 18:47:04.000000000 +0400
|
|
@@ -14,8 +14,8 @@ install: all
|
|
@$(MAKE) -C src install
|
|
$(INSTALL) -d $(DESTDIR)$(mandir)/man1
|
|
$(INSTALL) docs/scmxx.1 $(DESTDIR)$(mandir)/man1/scmxx.1
|
|
- $(INSTALL) -d $(DESTDIR)$(mandir)/ru/man1
|
|
- $(INSTALL) docs/scmxx.1.ru $(DESTDIR)$(mandir)/ru/man1/scmxx.1
|
|
+# $(INSTALL) -d $(DESTDIR)$(mandir)/ru/man1
|
|
+# $(INSTALL) docs/scmxx.1.ru $(DESTDIR)$(mandir)/ru/man1/scmxx.1
|
|
|
|
.PHONY:clean
|
|
clean:
|