[PC-BSD Commits] r2598 - pbibuild/modules/gftp
svn at pcbsd.org
svn at pcbsd.org
Thu Aug 14 10:21:07 PDT 2008
Author: kris
Date: 2008-08-14 10:21:07 -0700 (Thu, 14 Aug 2008)
New Revision: 2598
Modified:
pbibuild/modules/gftp/copy-files
pbibuild/modules/gftp/pbi.conf
Log:
Updated gftp to grab all gftp binaries properly
Modified: pbibuild/modules/gftp/copy-files
===================================================================
--- pbibuild/modules/gftp/copy-files 2008-08-14 17:19:04 UTC (rev 2597)
+++ pbibuild/modules/gftp/copy-files 2008-08-14 17:21:07 UTC (rev 2598)
@@ -1,5 +1,3 @@
-/usr/local/bin/gftp-gtk bin/
-/usr/local/bin/gftp-text bin/
-/usr/local/bin/gftp bin/
+/usr/local/bin/gft* bin/
/usr/local/man/man1/gftp.1.gz man/man1/
/usr/local/share/gftp share/
Modified: pbibuild/modules/gftp/pbi.conf
===================================================================
--- pbibuild/modules/gftp/pbi.conf 2008-08-14 17:19:04 UTC (rev 2597)
+++ pbibuild/modules/gftp/pbi.conf 2008-08-14 17:21:07 UTC (rev 2598)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="03"
+BUILDKEY="13"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list