mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
- 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
12 lines
329 B
Text
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
|