diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-08-27 10:08:45 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-08-27 10:08:45 +0000 |
| commit | 4a0c21eefccafeb9128e2a9c830620e16bf3eeb1 (patch) | |
| tree | f2e93f8e4fba36939eeca0eb2d53e2f60b1425fa | |
| parent | b4bb66161e1b905e64569f73a2560ebb5541842c (diff) | |
| download | doc-4a0c21eefccafeb9128e2a9c830620e16bf3eeb1.tar.gz doc-4a0c21eefccafeb9128e2a9c830620e16bf3eeb1.zip | |
Porter's Handbook: Special, Fix naming and order of variables
PORTVERSION should be DISTVERSION and DISTVERSIONPREFIX should be defined before DISTVERSION
PR: 260722
Approved by: fernape@
| -rw-r--r-- | documentation/content/en/books/porters-handbook/special/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index c4278ffc61..13ac549fde 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -820,8 +820,8 @@ In most cases, it is sufficient to set the `GO_MODULE` variable to the value spe [.programlisting] .... PORTNAME= hey -PORTVERSION= 0.1.4 -DISTVERSIONPREFIX= v +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.4 CATEGORIES= benchmarks MAINTAINER= dmgk@FreeBSD.org |
