diff options
Diffstat (limited to 'sysutils/libirman/patches/patch-aa')
-rw-r--r-- | sysutils/libirman/patches/patch-aa | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sysutils/libirman/patches/patch-aa b/sysutils/libirman/patches/patch-aa deleted file mode 100644 index 89af59c99ca..00000000000 --- a/sysutils/libirman/patches/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2008/09/21 19:41:43 abs Exp $ - ---- Makefile.in.orig 1999-02-18 11:14:57.000000000 +0000 -+++ Makefile.in -@@ -27,6 +27,7 @@ exec_prefix = @exec_prefix@ - bindir = @bindir@ - sbindir = @sbindir@ - libdir = @libdir@ -+datadir = @datadir@ - sysconfdir = @sysconfdir@ - - PROGS=test_io test_func test_name workmanir lirmand -@@ -121,11 +122,11 @@ install-dirs: - $(top_srcdir)/mkinstalldirs $(sysconfdir) - $(top_srcdir)/mkinstalldirs `echo $(LIRC_DRIVER_DEVICE) | sed 's|/[^/]*$$||'` - --install: @NORMAL@ install-dirs mkdev -+install: @NORMAL@ install-dirs - $(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 |