git: afc068e157dd - main - Port should not change its name depending on options.
Sergey A. Osokin
osa at FreeBSD.org
Mon May 3 14:32:16 UTC 2021
The branch main has been updated by osa:
URL: https://cgit.FreeBSD.org/ports/commit/?id=afc068e157dd3d7b95385493adeeaa77f05b0b72
commit afc068e157dd3d7b95385493adeeaa77f05b0b72
Author: Sergey A. Osokin <osa at FreeBSD.org>
AuthorDate: 2021-05-03 14:30:44 +0000
Commit: Sergey A. Osokin <osa at FreeBSD.org>
CommitDate: 2021-05-03 14:32:06 +0000
Port should not change its name depending on options.
---
www/nginx-devel/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index da0ec45c28cb..6658927b9ada 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -216,10 +216,6 @@ IGNORE= requires at least HTTP or MAIL to \
be defined. Please do 'make config' again
.endif
-.if !${PORT_OPTIONS:MHTTP_REWRITE} && !defined(USE_HTTP_REWRITE)
-PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nopcre
-.endif
-
.if ${PORT_OPTIONS:MPASSENGER} && empty(PORT_OPTIONS:MDEBUG)
CONFIGURE_ENV+= OPTIMIZE="yes"
CFLAGS+= -DNDEBUG
More information about the dev-commits-ports-all
mailing list