aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E <Amitai@web>2013-09-14 17:15:24 -0400
committeradmin <admin@branchable.com>2013-09-14 17:15:24 -0400
commitbe2dc11639a07ba6479569506f3e4d75d691ba86 (patch)
tree4d5af7f6ec85850f983cf884d6a2b72c6c511b4a
parentc0aea45eb9fba94bd2cdf3d6f79e5f5c14b3436e (diff)
downloadikiwiki-be2dc11639a07ba6479569506f3e4d75d691ba86.tar
ikiwiki-be2dc11639a07ba6479569506f3e4d75d691ba86.tar.gz
demote MacPorts until further notice
-rw-r--r--doc/tips/ikiwiki_on_mac_os_x.mdwn26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/tips/ikiwiki_on_mac_os_x.mdwn b/doc/tips/ikiwiki_on_mac_os_x.mdwn
index aa65baea4..b1757af84 100644
--- a/doc/tips/ikiwiki_on_mac_os_x.mdwn
+++ b/doc/tips/ikiwiki_on_mac_os_x.mdwn
@@ -1,8 +1,20 @@
[[!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: <http://www.macports.org/>
+Another way to install ikiwiki on Mac OS X [Snow] Leopard and Tiger is via MacPorts: <http://www.macports.org/>
This project ports Open Source software into Mac OS X platform.
It's very easy to install ikiwiki via MacPorts:
@@ -25,18 +37,6 @@ Enrique Castilla
-----
-# pkgsrc
-
-The other easiest way of installing ikiwiki on any version of Mac OS X is via
-[pkgsrc](http://www.pkgsrc.org/).
-
-7. Bootstrap 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.
-
------
-
# Manual install
These are some notes on installing ikiwiki on Mac OS X Snow Leopard. I have a three year old machine with a lot of stuff on it so it took quite a while, YMMV.