mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
3413304bd3
- 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)
12 lines
252 B
Makefile
12 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
|