diff options
author | Casey Avila <casey@theavilas.org> | 2021-01-25 10:31:57 -0800 |
---|---|---|
committer | Casey Avila <casey@theavilas.org> | 2021-01-25 10:31:57 -0800 |
commit | f0dd0508d73c54ac8424c4450075c10fb72baaea (patch) | |
tree | 8655bdc6b11ef1005e601b28d26e5189e4157bad /x11-misc/xlocatemouse/files | |
parent | x11-misc/xprompt: Bump version (diff) |
x11-misc/xlocatemouse: Add package
Signed-off-by: Casey Avila <casey@theavilas.org>
Diffstat (limited to 'x11-misc/xlocatemouse/files')
-rw-r--r-- | x11-misc/xlocatemouse/files/xlocatemouse-20.05-makefile.patch | 17 | ||||
-rw-r--r-- | x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/x11-misc/xlocatemouse/files/xlocatemouse-20.05-makefile.patch b/x11-misc/xlocatemouse/files/xlocatemouse-20.05-makefile.patch new file mode 100644 index 0000000..fb4a619 --- /dev/null +++ b/x11-misc/xlocatemouse/files/xlocatemouse-20.05-makefile.patch @@ -0,0 +1,17 @@ +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 + diff --git a/x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch b/x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch new file mode 100644 index 0000000..fb4a619 --- /dev/null +++ b/x11-misc/xlocatemouse/files/xlocatemouse-9999-makefile.patch @@ -0,0 +1,17 @@ +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 + |