forked from Lainports/freebsd-ports
PR: 228372 Submitted by: pkubaj@anongoth.pl (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15524
10 lines
223 B
Text
10 lines
223 B
Text
--- Makefile.orig 2018-05-19 21:56:46 UTC
|
|
+++ Makefile
|
|
@@ -1,5 +1,5 @@
|
|
-PREFIX ?= /usr
|
|
-MANDIR ?= $(PREFIX)/share/man
|
|
+PREFIX ?= /usr/local
|
|
+MANDIR ?= $(PREFIX)/man
|
|
|
|
all:
|
|
@echo Run \'make install\' to install Neofetch.
|