freebsd-ports/sysutils/neofetch/files/patch-Makefile
Guido Falsi 623d82397f - Update sysutils/neeofetch to 3.3.0
PR:		222642
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2017-10-08 12:43:54 +00:00

12 lines
272 B
Text

--- Makefile.orig 2017-09-14 00:15:15 UTC
+++ Makefile
@@ -1,6 +1,6 @@
-PREFIX ?= /usr
-SYSCONFDIR ?= /etc
-MANDIR ?= $(PREFIX)/share/man
+PREFIX ?= /usr/local
+SYSCONFDIR ?= $(PREFIX)/etc
+MANDIR ?= $(PREFIX)/man
all:
@echo Run \'make install\' to install Neofetch.