[PC-BSD Commits] r5714 - pbibuild/modules/net/ntop
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 30 09:38:33 PST 2009
Author: kris
Date: 2009-12-30 09:38:32 -0800 (Wed, 30 Dec 2009)
New Revision: 5714
Modified:
pbibuild/modules/net/ntop/pbi.conf
Log:
Ntop needs perl, include it
Modified: pbibuild/modules/net/ntop/pbi.conf
===================================================================
--- pbibuild/modules/net/ntop/pbi.conf 2009-12-30 10:01:25 UTC (rev 5713)
+++ pbibuild/modules/net/ntop/pbi.conf 2009-12-30 17:38:32 UTC (rev 5714)
@@ -34,8 +34,8 @@
# - The rebuild will take place even if port is still the same ver
BUILDKEY="01"
-# If this port has a non-standard port version variable in Makefile, then
-# list the key here such as "OOOVERSION="
-VERKEY=""
+# By default we prune any perl files used for building,
+# Set this to NO to keep any perl files in the resulting PBI
+PBIPRUNEPERL="NO" ; export PBIPRUNEPERL
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY VERKEY
More information about the Commits
mailing list