mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
PR: 252409 Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> Approved by: jlaffaye (maintainer's timeout 14 days)
13 lines
310 B
Makefile
13 lines
310 B
Makefile
--- config.mk.orig 2021-01-04 14:17:43 UTC
|
|
+++ config.mk
|
|
@@ -4,8 +4,8 @@ VERSION = 0.8
|
|
# Customize below to fit your system
|
|
|
|
# paths
|
|
-PREFIX = /usr/local
|
|
-MANPREFIX = ${PREFIX}/share/man
|
|
+PREFIX ?= /usr/local
|
|
+MANPREFIX = ${PREFIX}/man
|
|
|
|
# Xinerama, comment if you don't want it
|
|
XINERAMALIBS = -lXinerama
|