[PC-BSD Commits] r19685 - pbi/modules/emulators/virtualbox-ose
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 15 18:04:40 PDT 2012
Author: kris
Date: 2012-10-16 01:04:39 +0000 (Tue, 16 Oct 2012)
New Revision: 19685
Modified:
pbi/modules/emulators/virtualbox-ose/pbi.conf
Log:
Shrink the size of VB PBI a bit
Modified: pbi/modules/emulators/virtualbox-ose/pbi.conf
===================================================================
--- pbi/modules/emulators/virtualbox-ose/pbi.conf 2012-10-15 21:32:51 UTC (rev 19684)
+++ pbi/modules/emulators/virtualbox-ose/pbi.conf 2012-10-16 01:04:39 UTC (rev 19685)
@@ -31,7 +31,7 @@
PBI_MKPORTAFTER="devel/qt4"
# Set the build key
-PBI_BUILDKEY="24"
+PBI_BUILDKEY="25"
# This app needs to install as root
PBI_REQUIRESROOT="YES"
@@ -39,5 +39,7 @@
PBI_AB_PRIORITY="45"
PBI_AB_NOTMPFS="YES"; export PBI_AB_NOTMPFS
+
+PBI_EXCLUDELIST="./include ./info ./share/doc"
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY PBI_REQUIRESROOT PBI_AB_PRIORITY
+export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_BUILDKEY PBI_REQUIRESROOT PBI_AB_PRIORITY PBI_EXCLUDELIST
More information about the Commits
mailing list