summaryrefslogtreecommitdiff
path: root/www/nginx
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2005-06-27 14:53:50 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2005-06-27 14:53:50 +0000
commite6964d9e8963d4d59abd961d662dfa116d42392e (patch)
treeda887053fecfe4d11c7f525241eb36af34b1c428 /www/nginx
parentUpdate to 4.64 (diff)
Do not strip nginx, if its built with debug information.
Do not bump PORTREVISION, because changes only affected non-default version (with WITH_DEBUG flag).
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 345f71a812a2..761e42ca3453 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -38,6 +38,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=--with-debug
+STRIP= #do not strip if nginx with debug information
.endif
.if defined(WITH_OPENSSL_MODULE)