mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
Also move manpage to share/man. PR: 246606 Submitted by: Alexander88207@protonmail.com (modified) Differential Revision: https://reviews.freebsd.org/D24860
9 lines
198 B
Text
9 lines
198 B
Text
--- 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.
|