summaryrefslogtreecommitdiff
path: root/x11/mons/files/patch-Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-09-10 11:44:39 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-09-10 11:44:39 +0000
commit757e924b2b8d3a4cc4ba9f33efeb86a21c67c248 (patch)
treed4d540c6b2bfed603e7c87dc28a5d523c94b4fb8 /x11/mons/files/patch-Makefile
parent90b244d955894aa6ad567017b7ef72824a6e1c76 (diff)
downloadfreebsd-ports-757e924b2b8d3a4cc4ba9f33efeb86a21c67c248.zip
New port: x11/mons: POSIX shell script to quickly manage displays using XRandR
PR: 222206 Submitted by: Robert James Hernandez <rob@sarcasticadmin.com> Differential Revision: https://reviews.freebsd.org/D18437
Diffstat (limited to 'x11/mons/files/patch-Makefile')
-rw-r--r--x11/mons/files/patch-Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/mons/files/patch-Makefile b/x11/mons/files/patch-Makefile
new file mode 100644
index 000000000000..11d94bf9299b
--- /dev/null
+++ b/x11/mons/files/patch-Makefile
@@ -0,0 +1,22 @@
+--- Makefile.orig 2017-11-25 13:46:52 UTC
++++ Makefile
+@@ -1,11 +1,12 @@
+-PKGNAME = mons
+-PKGDESC = POSIX Shell script to quickly manage 2-monitors display.
++PKGNAME = mons
++PKGDESC = POSIX Shell script to quickly manage 2-monitors display.
+
+-LICENSEDIR = $(DESTDIR)/usr/share/licenses/$(PKGNAME)
+-MANDIR = $(DESTDIR)/usr/share/man/man1
+-BINDIR = $(DESTDIR)/usr/bin
+-LIBDIR = $(DESTDIR)/usr/lib/libshlist
+-LIB = libshlist/liblist.sh
++PREFIX = /usr
++LICENSEDIR = $(DESTDIR)$(PREFIX)/share/licenses/$(PKGNAME)
++MANDIR = $(DESTDIR)$(PREFIX)/share/man/man1
++BINDIR = $(DESTDIR)$(PREFIX)/bin
++LIBDIR = $(DESTDIR)$(PREFIX)/lib/libshlist
++LIB = libshlist/liblist.sh
+
+ install:
+ @if ! [ -r "$(LIB)" ]; then \