diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-06-17 17:54:56 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-06-17 17:54:56 +0000 |
commit | 745cda1ac3c50e4dd0dbb8ec34eff444cd6f3172 (patch) | |
tree | 77359e0076690f4a64ea80379bc56a99fc3326e1 /www/nginx/Makefile | |
parent | 7821c0e83eb2dd808b3d45fbc2f11b764bf1ad64 (diff) |
Notes
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 303c14dd5dcd..1a64c52571a2 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -826,8 +826,6 @@ PLIST_SUB+= NGINX_TMPDIR=${NGINX_TMPDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} USERS?= ${WWWOWN} GROUPS?=${WWWGRP} -.include <bsd.port.pre.mk> - .if defined(NGINX_OPENSSL) USE_OPENSSL= yes .endif @@ -966,4 +964,4 @@ post-install: ${ECHO_CMD} etc/nginx/naxsi_core.rules >> ${TMPPLIST} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |