[PC-BSD Commits] r15322 - pbi/modules/www/nginx
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 14 07:32:40 PST 2012
Author: kenmoore
Date: 2012-02-14 15:32:39 +0000 (Tue, 14 Feb 2012)
New Revision: 15322
Modified:
pbi/modules/www/nginx/pbi.conf
Log:
Set nginx to require root install and rebuild
Modified: pbi/modules/www/nginx/pbi.conf
===================================================================
--- pbi/modules/www/nginx/pbi.conf 2012-02-14 15:26:12 UTC (rev 15321)
+++ pbi/modules/www/nginx/pbi.conf 2012-02-14 15:32:39 UTC (rev 15322)
@@ -7,5 +7,6 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="security/openssl"
PBI_MAKEOPTS="WITH_HTTP_SSL_MODULE=yes"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
+PBI_REQUIRESROOT="YES"; export PBI_REQUIRESROOT
export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_MAKEPORT
More information about the Commits
mailing list