diff options
author | asami <asami@FreeBSD.org> | 2000-10-14 19:03:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-14 19:03:19 +0800 |
commit | 34e82d07e44a5ef20fbfa3ecad75a51586d74d79 (patch) | |
tree | a8c0f7a21c68d69815399ff2056bf7d43e5e12b0 /Templates | |
parent | 93997107760abbda87f4f1cd2b008f1786560292 (diff) | |
download | freebsd-ports-gnome-34e82d07e44a5ef20fbfa3ecad75a51586d74d79.tar.gz freebsd-ports-gnome-34e82d07e44a5ef20fbfa3ecad75a51586d74d79.tar.zst freebsd-ports-gnome-34e82d07e44a5ef20fbfa3ecad75a51586d74d79.zip |
Fix COMMENT handling -- it was incorrectly using the fixed string
"pkg/COMMENT' which of course blew up in the entire tree when we
changed the layout.
Fix it to use `make -V COMMENT` so it will use even for ports that
define MASTERDIR etc.
Reported by PRs: 21851, 21952
While I'm here, add the contents of pkg/COMMENT in category READMEs.
I don't know why I didn't include them in the first place when I've
been creating all those files!
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/README.category | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Templates/README.category b/Templates/README.category index 1202f0f78bbd..15ff74596172 100644 --- a/Templates/README.category +++ b/Templates/README.category @@ -5,6 +5,12 @@ <p>You are now in the directory "%%CATEGORY%%". +<p>This is the one-line description for this category: + +<p><hr><p> +%%COMMENT%% +<p><hr> + <p> %%DESCR%% |