|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Index: Makefile
|
|
|
|
|
--- Makefile.orig 2020-03-05 03:37:01.000000000 +0100
|
|
|
|
|
+++ Makefile 2020-06-20 09:50:31.973529000 +0200
|
|
|
|
|
@@ -334,20 +334,12 @@
|
|
|
|
|
--- Makefile.orig 2020-06-25 08:32:16.000000000 +0200
|
|
|
|
|
+++ Makefile 2020-06-25 21:05:22.057049000 +0200
|
|
|
|
|
@@ -372,20 +372,12 @@
|
|
|
|
|
bindir ?= $(exec_prefix)/bin
|
|
|
|
|
BINDIR ?= $(bindir)
|
|
|
|
|
datarootdir ?= $(PREFIX)/share
|
|
|
|
@ -9,21 +9,21 @@ Index: Makefile
|
|
|
|
|
+mandir ?= $(PREFIX)/man
|
|
|
|
|
man1dir ?= $(mandir)/man1
|
|
|
|
|
|
|
|
|
|
-ifneq (,$(filter $(shell uname),FreeBSD NetBSD DragonFly))
|
|
|
|
|
-ifneq (,$(filter $(UNAME),FreeBSD NetBSD DragonFly))
|
|
|
|
|
-PKGCONFIGDIR ?= $(PREFIX)/libdata/pkgconfig
|
|
|
|
|
-else
|
|
|
|
|
PKGCONFIGDIR ?= $(LIBDIR)/pkgconfig
|
|
|
|
|
-endif
|
|
|
|
|
|
|
|
|
|
-ifneq (,$(filter $(shell uname),OpenBSD FreeBSD NetBSD DragonFly SunOS))
|
|
|
|
|
-ifneq (,$(filter $(UNAME),OpenBSD FreeBSD NetBSD DragonFly SunOS))
|
|
|
|
|
-MANDIR ?= $(PREFIX)/man/man1
|
|
|
|
|
-else
|
|
|
|
|
MANDIR ?= $(man1dir)
|
|
|
|
|
-endif
|
|
|
|
|
|
|
|
|
|
ifneq (,$(filter $(shell uname),SunOS))
|
|
|
|
|
ifneq (,$(filter $(UNAME),SunOS))
|
|
|
|
|
INSTALL ?= ginstall
|
|
|
|
|
@@ -360,13 +352,10 @@
|
|
|
|
|
@@ -398,13 +390,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY: install
|
|
|
|
|