diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-14 11:03:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-14 11:03:19 +0000 |
commit | bddcc1202ec708e491ec2f68f145924a29b99a97 (patch) | |
tree | 2b1120a1ffaa9adc48d60d7e4bdf77501b08cd6d /Templates/README.category | |
parent | 0bb98e36ab38f6fdd92bc279097567176806ee4b (diff) | |
download | ports-bddcc1202ec708e491ec2f68f145924a29b99a97.tar.gz ports-bddcc1202ec708e491ec2f68f145924a29b99a97.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!
Notes
Notes:
svn path=/head/; revision=33818
Diffstat (limited to 'Templates/README.category')
-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%% |