mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bddcc1202e
"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!
28 lines
491 B
Plaintext
28 lines
491 B
Plaintext
<html>
|
|
<title> The FreeBSD Ports Collection (%%CATEGORY%%)</title>
|
|
<head><h1> The FreeBSD Ports Collection ("%%CATEGORY%%")</h1> </head> <hr>
|
|
<body>
|
|
|
|
<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%%
|
|
|
|
<p>Here are the one-line descriptions for each items in this directory:
|
|
|
|
<p><hr>
|
|
<p><pre>
|
|
%%SUBDIR%%
|
|
</pre>
|
|
|
|
<p><hr><p>
|
|
<a href="../README.html"> Go to parent directory</a>
|
|
</body>
|
|
</html>
|