changeset 5013:82a3f951feb3

Configure: fixed style of include directories.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 24 Jan 2013 16:14:12 +0000
parents bbdb172f0927
children 210b66a6fc7f
files auto/lib/geoip/conf auto/lib/libgd/conf
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/auto/lib/geoip/conf
+++ b/auto/lib/geoip/conf
@@ -34,7 +34,7 @@ if [ $ngx_found = no ]; then
     # NetBSD port
 
     ngx_feature="GeoIP library in /usr/pkg/"
-    ngx_feature_path="/usr/pkg/include/"
+    ngx_feature_path="/usr/pkg/include"
 
     if [ $NGX_RPATH = YES ]; then
         ngx_feature_libs="-R/usr/pkg/lib -L/usr/pkg/lib -lGeoIP"
--- a/auto/lib/libgd/conf
+++ b/auto/lib/libgd/conf
@@ -35,7 +35,7 @@ if [ $ngx_found = no ]; then
     # NetBSD port
 
     ngx_feature="GD library in /usr/pkg/"
-    ngx_feature_path="/usr/pkg/include/"
+    ngx_feature_path="/usr/pkg/include"
 
     if [ $NGX_RPATH = YES ]; then
         ngx_feature_libs="-R/usr/pkg/lib -L/usr/pkg/lib -lgd"