summaryrefslogtreecommitdiffstats
path: root/www/nginx-devel
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2004-10-24 17:23:47 +0000
committerosa <osa@FreeBSD.org>2004-10-24 17:23:47 +0000
commit47ecd1564a08c7dd2e89f561e8828dbe199ab1f6 (patch)
tree6e6517ef3970f5b707e92eaad0e6923ab25329d9 /www/nginx-devel
parent2b01569a0fc1702990ef6f46a8b677e22dd99082 (diff)
downloadFreeBSD-ports-47ecd1564a08c7dd2e89f561e8828dbe199ab1f6.zip
FreeBSD-ports-47ecd1564a08c7dd2e89f561e8828dbe199ab1f6.tar.gz
Use LOCALBASE instead of PREFIX for help cc and ld tools.
Submitted by: Alexandr Kovalenko <never at nevermind dot kiev dot ua > PR: 72999
Diffstat (limited to 'www/nginx-devel')
-rw-r--r--www/nginx-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index b20ae5c..e38edcd 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -23,8 +23,8 @@ USE_RC_SUBR= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV+= LINK="${CC}"
CONFIGURE_ARGS= --prefix=${PREFIX}/etc/nginx \
- --with-cc-opt="-I ${PREFIX}/include" \
- --with-ld-opt="-L ${PREFIX}/lib" \
+ --with-cc-opt="-I ${LOCALBASE}/include" \
+ --with-ld-opt="-L ${LOCALBASE}/lib" \
--conf-path=${PREFIX}/etc/nginx/nginx.conf \
--sbin-path=${PREFIX}/sbin/nginx \
--pid-path=${RUNDIR}/nginx.pid \
OpenPOWER on IntegriCloud