summaryrefslogtreecommitdiff
path: root/sysutils/neofetch/files/patch-Makefile
blob: b0238ac7460e10e2a6ee179c7ea8c07b340990bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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.