about summary refs log tree commit diff stats
path: root/core/package.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/package.html')
-rw-r--r--core/package.html24
1 files changed, 13 insertions, 11 deletions
diff --git a/core/package.html b/core/package.html
index 21c029a..21415ae 100644
--- a/core/package.html
+++ b/core/package.html
@@ -2,19 +2,19 @@
 <html dir="ltr" lang="en">
     <head>
         <meta charset='utf-8'>
-        <title>2.2. Package Management</title>
+        <title>2.4. Package Management</title>
     </head>
     <body>
 
         <a href="index.html">Core OS Index</a>
 
-        <h1>2.2. Package Management</h1>
+        <h1>2.4. Package Management</h1>
 
         <p>For more information read crux handbook Package management
         front-end:
-        <a href="https://crux.nu/Handbook3-2#ntoc20">prt-get</a>
+        <a href="https://crux.nu/Handbook3-3#ntoc20">prt-get</a>
         and Introduction to
-        <a href="https://crux.nu/Main/Handbook3-2#ntoc14">pkgutils</a>.</p>
+        <a href="https://crux.nu/Main/Handbook3-3#ntoc14">pkgutils</a>.</p>
         </p>
 
 
@@ -57,7 +57,7 @@
         $ prt-get depinst prt-utils prt-get-bashcompletion
         </pre>
 
-        <h2 id="sysup">2.2.1. Update System</h2>
+        <h2 id="sysup">2.4.1. Update System</h2>
 
         <p>Before build software get latest version of port collections;</p>
 
@@ -87,7 +87,7 @@
         $ prt-get update -fr $(revdep)
         </pre>
 
-        <h2 id="depinst">2.2.2. Install port and dependencies</h2>
+        <h2 id="depinst">2.4.2. Install port and dependencies</h2>
 
         <p>Installing using prt-get tool;</p>
 
@@ -111,7 +111,7 @@
         <p>If you user pkgmk and pkgadd allways check if README, pre and post 
         instal files exist.</p>
 
-        <h3 id="ports">2.2.3. Ports collections</h3>
+        <h3 id="ports">2.4.3. Ports collections</h3>
 
         <p>Clone this documentation;</p>
 
@@ -136,6 +136,7 @@
 
         # 6c37 team provides a collection with freetype-iu, fontconfig-iu
         # and cairo-iu ports.
+        prtdir /usr/ports/6c37-dropin
         prtdir /usr/ports/6c37
         </pre>
 
@@ -143,10 +144,11 @@
 
         <pre>
         $ sudo ports -u c9-ports
+        $ sudo ports -u 6c37-dropin
         $ sudo ports -u 6c37
         </pre>
 
-        <h2 id="info">2.2.4. Show port information</h2>
+        <h2 id="info">2.4.4. Show port information</h2>
 
         <pre>
         $ prt-get info port_name
@@ -164,13 +166,13 @@
         $ pkginfo -o filename
         </pre>
 
-        <h2 id="depends">2.2.5. Show port dependencies</h2>
+        <h2 id="depends">2.4.5. Show port dependencies</h2>
 
         <pre>
         $ prt-get depends port_name
         </pre>
 
-        <h2 id="printf">2.2.6. Print information</h2>
+        <h2 id="printf">2.4.6. Print information</h2>
 
         <p>Example how to get ports installed from contrib. Maybe there is
         a "cleaner" way to this, for now is ok;</p>
@@ -181,7 +183,7 @@
 
         <a href="index.html">Core OS Index</a>
         <p>This is part of the c9-doc Manual.
-        Copyright (C) 2016
+        Copyright (C) 2017
         c9 team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>