[PC-BSD Commits] r20562 - pbi/modules/shells/zsh
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 14 05:55:52 PST 2012
Author: kenmoore
Date: 2012-12-14 13:55:51 +0000 (Fri, 14 Dec 2012)
New Revision: 20562
Modified:
pbi/modules/shells/zsh/pbi.conf
Log:
CHange shells/zsh to require root to install and rebuild with progrevision 01
Modified: pbi/modules/shells/zsh/pbi.conf
===================================================================
--- pbi/modules/shells/zsh/pbi.conf 2012-12-13 22:17:54 UTC (rev 20561)
+++ pbi/modules/shells/zsh/pbi.conf 2012-12-14 13:55:51 UTC (rev 20562)
@@ -20,5 +20,9 @@
# The target port we are building
PBI_MAKEPORT="shells/zsh/"
+
+PBI_REQUIRESROOT="YES"; export PBI_REQUIRESROOT
+PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_PROGREVISION="01"; export PBI_PROGREVISION
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT
More information about the Commits
mailing list