8af63a6c28
PR: ports/157364 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: Nicolai Petri <nicolai@petri.cc> (maintainer)
11 lines
253 B
Makefile
11 lines
253 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
|