mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
15 lines
350 B
Text
15 lines
350 B
Text
--- makefile.orig 2020-12-21 10:56:19 UTC
|
|
+++ makefile
|
|
@@ -4,10 +4,10 @@
|
|
# Installation directories:
|
|
|
|
# Destination directory for installation (intended for packagers)
|
|
-DESTDIR =
|
|
+DESTDIR ?=
|
|
|
|
# Root directory for final installation
|
|
-PREFIX = /usr
|
|
+PREFIX ?= /usr
|
|
|
|
# Location of the highlight data files:
|
|
data_dir = ${PREFIX}/share/highlight/
|