diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/index.html b/index.html index 46fd50d..18af931 100644 --- a/index.html +++ b/index.html @@ -19,18 +19,18 @@ <h2>Ports</h2> <p>Httup file - <a href="core/conf/ports/c9-ports.httpup">c9-ports.httpup</a> of c9-ports - <a href="https://s1lvino.github.io/c9-ports/">c9-ports</a> + <a href="core/conf/ports/c9-ports.git">c9-ports.git</a> of + <a href="https://github.com/s1lvino/c9-ports/">c9-ports</a> </p> <pre> + # Collection core # - # /etc/ports/c9-ports.httpup: c9-ports port collection - # - - ROOT_DIR=/usr/ports/c9-ports - URL=https://github.com/s1lvino/c9-ports/raw/master/ - # End of file + NAME=c9-ports + URL=git://github.com/s1lvino/c9-ports.git + BRANCH=develop + destination=/usr/ports/c9-ports + PORTS_DIR="/usr/ports" </pre> <h2>About</h2> @@ -41,9 +41,7 @@ rev 0.3.4 </pre> - <p><a href="manifesto.html">Manifesto</a> helps to have general - idea, <a href="legal/index.html">legal</a> try's to address bureaucracy - and <a href="links.html">Links</a> contains relevant + <a href="links.html">Links</a> contains relevant references. Current upstream git repository;</p> <p> |