freebsd-ports/comms/libirman/files/patch-Makefile.in
Edwin Groothuis c4a25f6b2a New port for libirman 0.4.2
This is a new port for the libirman library for use with
	Evation's Irman infrared reciever.

PR:		ports/50443
Submitted by:	Douglas K. Rand <rand@meridian-enviro.com>
2003-10-10 05:21:28 +00:00

20 lines
647 B
Plaintext

--- Makefile.in-orig Sat Mar 29 20:56:03 2003
+++ Makefile.in Sat Mar 29 21:38:07 2003
@@ -103,7 +103,6 @@
install: @NORMAL@ install-dirs install-normal @INSTALL_SWTEST@
- @echo notice: the test programs are only installed in the current directory \(`pwd`\)
install-dirs:
$(top_srcdir)/mkinstalldirs $(libdir)
@@ -114,7 +113,7 @@
install-normal:
$(INSTALL) -m 755 workmanir $(bindir)/workmanir
$(INSTALL) -m 755 libirman.a $(libdir)/libirman.a
- $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf
+ $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf.sample
$(INSTALL) -m 644 irman.h $(includedir)/irman.h
install-swtest: