aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/porters-handbook/new-port/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/books/porters-handbook/new-port/_index.adoc')
-rw-r--r--documentation/content/en/books/porters-handbook/new-port/_index.adoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/content/en/books/porters-handbook/new-port/_index.adoc b/documentation/content/en/books/porters-handbook/new-port/_index.adoc
index d693b85e24..261788f713 100644
--- a/documentation/content/en/books/porters-handbook/new-port/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/new-port/_index.adoc
@@ -6,7 +6,8 @@ description: How to make a new FreeBSD Port
tags: ["new port", "upgrading", "guidelines", "ports"]
showBookMenu: true
weight: 2
-path: "/books/porters-handbook/"
+params:
+ path: "/books/porters-handbook/new-port/"
---
[[own-port]]
@@ -50,7 +51,7 @@ endif::[]
Interested in making a new port, or upgrading existing ports? Great!
What follows are some guidelines for creating a new port for FreeBSD.
-To upgrade an existing port, read this, then read crossref:upgrading[preamble,Upgrading a Port].
+To upgrade an existing port, read this, then read crossref:upgrading[port-upgrading,Upgrading a Port].
When this document is not sufficiently detailed, refer to [.filename]#/usr/ports/Mk/bsd.port.mk#, which is included by all port [.filename]#Makefiles#.
Even those not hacking [.filename]##Makefile##s daily can gain much knowledge from it.