[PC-BSD Commits] r3909 - in pbibuild/modules/winfirefox2: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed May 13 09:40:25 PDT 2009
Author: kris
Date: 2009-05-13 09:40:25 -0700 (Wed, 13 May 2009)
New Revision: 3909
Removed:
pbibuild/modules/winfirefox2/overlay-dir/WINFF/
Modified:
pbibuild/modules/winfirefox2/build.sh
Log:
SVN cleanup of winfirefox2
Modified: pbibuild/modules/winfirefox2/build.sh
===================================================================
--- pbibuild/modules/winfirefox2/build.sh 2009-05-13 16:39:30 UTC (rev 3908)
+++ pbibuild/modules/winfirefox2/build.sh 2009-05-13 16:40:25 UTC (rev 3909)
@@ -13,3 +13,14 @@
sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/winfirefox2 > /tmp/winfirefox2
mv /tmp/winfirefox2 ${PBIDIR}/bin/winfirefox2
chmod 755 ${PBIDIR}/bin/winfirefox2
+
+# Download the wine package
+cd ${PBIDIR}/
+fetch ftp://ftp.pcbsd.org/pub/autobuildpkgs/winfirefox3/WINFF.tar.bz2
+tar xvjf WINFF.tar.bz2
+rm WINFF.tar.bz2
+
+fetch ftp://ftp.pcbsd.org/pub/autobuildpkgs/msttf/msttf.tar.bz2
+tar xvjf msttf.tar.bz2
+rm msttf.tar.bz2
+
More information about the Commits
mailing list