mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
- let it build with clang too - update maintainer's email - fix whitespace bugs, while here PR: 182402 Submitted by: Nicolai Petri <nicolai@petri.dk> (maintainer)
11 lines
252 B
Makefile
11 lines
252 B
Makefile
--- ./common.mk.orig 2011-05-26 22:23:19.000000000 -0400
|
|
+++ common.mk 2011-05-26 22:23:37.000000000 -0400
|
|
@@ -65,7 +65,7 @@
|
|
# Installation directories
|
|
#
|
|
ifndef INSTPREFIX
|
|
-INSTPREFIX = /usr/local
|
|
+INSTPREFIX = $(PREFIX)
|
|
endif
|
|
|
|
ifndef INSTLIBPATH
|