svn commit: r465851 - head/www/nginx
Mathieu Arnold
mat at FreeBSD.org
Wed Mar 28 23:32:00 UTC 2018
Author: mat
Date: Wed Mar 28 23:31:59 2018
New Revision: 465851
URL: https://svnweb.freebsd.org/changeset/ports/465851
Log:
Reverse condition.
I am not sure why this PKGNAMESUFFIX dance happens exactly, but it was
reversed.
Pointy hat: brnrd
Sponsored by: Absolight
Modified:
head/www/nginx/Makefile (contents, props changed)
Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile Wed Mar 28 23:00:04 2018 (r465850)
+++ head/www/nginx/Makefile Wed Mar 28 23:31:59 2018 (r465851)
@@ -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
More information about the svn-ports-all
mailing list