ports/x11/hsetroot/files/patch-Makefile
Alexey Dokuchaev 5cd5946c8f - Update `x11/hsetroot' to version 1.0.5
- Adds -root parameter, to treat the whole desktop as one display,
  applying the image over the whole, instead of per each display
- No longer depends on xrandr(1) in the run-time

Found out via:	repology.org
2020-04-16 09:16:53 +00:00

12 lines
329 B
Text

--- Makefile.orig 2019-11-15 11:09:41 UTC
+++ Makefile
@@ -30,8 +30,7 @@ hsetroot: hsetroot.o
hsr-outputs: hsr-outputs.o
install: hsetroot hsr-outputs
- install -st $(PREFIX)/bin/ hsetroot
- install -st $(PREFIX)/bin/ hsr-outputs
+ $(BSD_INSTALL_PROGRAM) $^ $(DESTDIR)$(PREFIX)/bin
clean:
rm -f *.o hsetroot hsr-outputs