From 8f5af348fa9bea1608be04328718b85fc7812906 Mon Sep 17 00:00:00 2001 From: Noah Huppert Date: Sun, 9 Feb 2020 20:12:22 -0500 Subject: [PATCH] improved wrksrc variable documentation --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 4378929a2a..92b57b1b2c 100644 --- a/Manual.md +++ b/Manual.md @@ -506,7 +506,7 @@ For tarballs you can find the contents checksum by using the command `tar xf --to-stdout | sha256sum`. - `wrksrc` The directory name where the package sources are extracted, by default -set to `${pkgname}-${version}`. +set to `${pkgname}-${version}`. If the top level directory of a package's `distfile` is different from the default, `wrksrc` must be set to the top level directory name inside the archive. - `build_wrksrc` A directory relative to `${wrksrc}` that will be used when building the package.