mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
9 lines
172 B
Text
9 lines
172 B
Text
--- cmd/Imakefile.orig 1996-06-17 03:50:30 UTC
|
|
+++ cmd/Imakefile
|
|
@@ -1,4 +1,5 @@
|
|
-ROOT = /usr/local
|
|
+PREFIX ?= /usr/local
|
|
+ROOT = ${PREFIX}
|
|
BINDIR = $(ROOT)/bin
|
|
|
|
all::
|