aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-03-29 07:31:59 +0800
committerMathieu Arnold <mat@FreeBSD.org>2018-03-29 07:31:59 +0800
commitbc986b462f5b6beb8d886d5e56b6ee9c868367a4 (patch)
tree4f72cf4f12398c16a740b1b25d5771431821f8b9
parent45683cf47bd80036a3e85f49c4baca1dedd5ecce (diff)
downloadfreebsd-ports-bc986b462f5b6beb8d886d5e56b6ee9c868367a4.tar.gz
freebsd-ports-bc986b462f5b6beb8d886d5e56b6ee9c868367a4.tar.zst
freebsd-ports-bc986b462f5b6beb8d886d5e56b6ee9c868367a4.zip
Reverse condition.
I am not sure why this PKGNAMESUFFIX dance happens exactly, but it was reversed. Pointy hat: brnrd Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=465851
-rw-r--r--www/nginx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 2a7aff4a8d3b..a212b17d9b51 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -205,7 +205,7 @@ IGNORE= requires at least HTTP or MAIL to \
IGNORE= CT option requires OpenSSL 1.0.2, add DEFAULT_VERSIONS+=ssl=openssl to /etc/make.conf
.endif
-.if ${PORT_OPTIONS:MHTTP_REWRITE} || defined(USE_HTTP_REWRITE)
+.if !${PORT_OPTIONS:MHTTP_REWRITE} && !defined(USE_HTTP_REWRITE)
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nopcre
.endif