diff options
Diffstat (limited to '')
-rw-r--r-- | x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch b/x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch deleted file mode 100644 index fb4a619..0000000 --- a/x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/Makefile b/Makefile -index 11eedbb..fdfa277 100644 ---- a/Makefile -+++ b/Makefile -@@ -5,10 +5,8 @@ INSTALL = install - INSTALL_PROGRAM = $(INSTALL) - INSTALL_DATA = $(INSTALL) -m 644 - --prefix = /usr/local --exec_prefix = $(prefix) --bindir = $(exec_prefix)/bin --datarootdir = $(prefix)/share -+bindir = $(PREFIX)/bin -+datarootdir = $(PREFIX)/share - mandir = $(datarootdir)/man - man1dir = $(mandir)/man1 - |