diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-03-06 22:29:32 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-03-06 22:29:32 +0000 |
commit | 8dcace9106ae307d9ffb79f8cd46245be2c1bdee (patch) | |
tree | 42995bd485bfd5247d46b3c53aa19c2a24fcd403 /sysutils/most/files/patch-src_Makefile.in | |
parent | Security update to 4.4.4 (diff) |
Update to 5.1.0
Notes
Notes:
svn path=/head/; revision=494856
Diffstat (limited to 'sysutils/most/files/patch-src_Makefile.in')
-rw-r--r-- | sysutils/most/files/patch-src_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/most/files/patch-src_Makefile.in b/sysutils/most/files/patch-src_Makefile.in new file mode 100644 index 000000000000..8b97db5fe407 --- /dev/null +++ b/sysutils/most/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2018-10-29 07:55:02 UTC ++++ src/Makefile.in +@@ -22,7 +22,7 @@ prefix = @prefix@ + exec_prefix = @exec_prefix@ + datarootdir = @datarootdir@ + BIN_DIR = $(prefix)/bin +-MAN_DIR = $(datarootdir)/man ++MAN_DIR = $(prefix)/man + DOC_DIR = $(datarootdir)/doc/most + SYS_INITFILE = @sysconfdir@/most.conf + MKINSDIR = ../autoconf/mkinsdir.sh |