diff options
author | abs <abs> | 2002-05-17 11:32:51 +0000 |
---|---|---|
committer | abs <abs> | 2002-05-17 11:32:51 +0000 |
commit | 1cf3bc5d7fb763ed1b19e57c83429bfa486f363c (patch) | |
tree | c14ac29996b31c93077e7c851610f5113d0872ac /sysutils/libirman/patches | |
parent | 78b6a8d4d26799e63918ed38bfe58c05b335b022 (diff) | |
download | pkgsrc-1cf3bc5d7fb763ed1b19e57c83429bfa486f363c.tar.gz |
Import libirman-0.4.1b
Libirman is a programming library for Irman control of Unix software.
Infrared man (Irman) is a small device that allows you to control
your PC with the remote from your TV, VCR, CD or Stereo. Irman
can be used in many ways, for example to control a software program
while you are in another room, such as xmms.
Diffstat (limited to 'sysutils/libirman/patches')
-rw-r--r-- | sysutils/libirman/patches/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/libirman/patches/patch-aa b/sysutils/libirman/patches/patch-aa new file mode 100644 index 00000000000..c2d1a5d0a44 --- /dev/null +++ b/sysutils/libirman/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/05/17 11:32:51 abs Exp $ + +--- Makefile.in.orig Thu Feb 18 11:14:57 1999 ++++ Makefile.in +@@ -27,6 +27,7 @@ + bindir = @bindir@ + sbindir = @sbindir@ + libdir = @libdir@ ++datadir = @datadir@ + sysconfdir = @sysconfdir@ + + PROGS=test_io test_func test_name workmanir lirmand +@@ -125,7 +126,7 @@ + $(INSTALL) -m 755 workmanir $(bindir)/workmanir + $(INSTALL) -m 755 lirmand $(sbindir)/lirmand + $(INSTALL) -m 755 libirman.a $(libdir)/libirman.a +- $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf ++ $(INSTALL) -m 644 irman.conf $(datadir)/examples/irman.conf + @echo notice: the test programs are only installed in the current directory \(`pwd`\) + + uninstall: rmdev |