X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1fc3f034191d3eec78b4d5da343e282092a221be..f27d7b7a598597feea9fb2932807f4fdd0dc325e:/doc/tips/ikiwiki_on_mac_os_x.mdwn
diff --git a/doc/tips/ikiwiki_on_mac_os_x.mdwn b/doc/tips/ikiwiki_on_mac_os_x.mdwn
index b3d1de370..b1757af84 100644
--- a/doc/tips/ikiwiki_on_mac_os_x.mdwn
+++ b/doc/tips/ikiwiki_on_mac_os_x.mdwn
@@ -1,14 +1,26 @@
[[!toc]]
+# pkgsrc
+
+The easiest way of installing an up-to-date ikiwiki on any version of Mac OS X is via
+[pkgsrc](http://www.pkgsrc.org/).
+
+7. [Bootstrap pkgsrc](http://www.netbsd.org/docs/pkgsrc/platforms.html#bootstrapping-pkgsrc)
+7. Run `cd .../pkgsrc/www/ikiwiki && make install clean`
+
+{OK} As of 2013/09/14, the [version of ikiwiki in pkgsrc](http://pkgsrc.se/www/ikiwiki) is 3.20130904.1.
+
+-----
+
# MacPorts
-The easiest way of installing ikiwiki on Mac OS X [Snow] Leopard and Tiger is via MacPorts:
+Another way to install ikiwiki on Mac OS X [Snow] Leopard and Tiger is via MacPorts:
-This project ports Open Source software into Mac Os X platform.
-It's very easy to intall ikiwiki via MacPorts:
+This project ports Open Source software into Mac OS X platform.
+It's very easy to install ikiwiki via MacPorts:
1.- Donwnload and install MacPorts port manager from: .
- Port manager installs via Mac Os X installer. Prerequisite: XCode.
+ Port manager installs via Mac OS X installer. Prerequisite: XCode.
Se above URL for details
2.- Run
@@ -21,15 +33,7 @@ enjoy
Enrique Castilla
------
-
-# pkgsrc
-
-The other easiest way of installing ikiwiki on Mac OS X is via
-[pkgsrc](http://www.pkgsrc.org/).
-
-7. Bootstrap pkgsrc
-7. Run `cd .../pkgsrc/www/ikiwiki && make install clean`
+[!] As of 2013/09/14, the [version of ikiwiki in MacPorts](http://www.macports.org/ports.php?by=name&substr=Ikiwiki) is 3.20110608.
-----