[PC-BSD Commits] r13088 - pbi/modules/sysutils/foremost
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 3 11:57:36 PDT 2011
Author: kenmoore
Date: 2011-10-03 11:57:36 -0700 (Mon, 03 Oct 2011)
New Revision: 13088
Modified:
pbi/modules/sysutils/foremost/pbi.conf
Log:
Foremost was missing the PBI_MAKEPORT line; fixed
Modified: pbi/modules/sysutils/foremost/pbi.conf
===================================================================
--- pbi/modules/sysutils/foremost/pbi.conf 2011-10-03 18:55:21 UTC (rev 13087)
+++ pbi/modules/sysutils/foremost/pbi.conf 2011-10-03 18:57:36 UTC (rev 13088)
@@ -3,7 +3,8 @@
PBI_PROGWEB="http://foremost.sourceforge.net"
PBI_PROGAUTHOR="onatan at gmail.com"
PBI_PROGICON="foremost.png"
+PBI_MAKEPORT="sysutils/foremost"
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
PBI_MAKEOPTS=""
-export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON
+export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_MAKEPORT
More information about the Commits
mailing list