Also move manpage to share/man. PR: 246606 Submitted by: Alexander88207@protonmail.com (modified) Differential Revision: https://reviews.freebsd.org/D24860
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
--- Makefile.orig 2018-05-19 21:56:46 UTC
|
|
+++ Makefile
|
|
@@ -1,5 +1,5 @@
|
|
-PREFIX ?= /usr
|
|
+PREFIX ?= /usr/local
|
|
MANDIR ?= $(PREFIX)/share/man
|
|
|
|
all:
|
|
@echo Run \'make install\' to install Neofetch.
|