diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 14:26:16 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-10 14:45:59 +0000 |
commit | 6752aee4f7431b34a3fbe4347f6810ee017ee98f (patch) | |
tree | 604ca9be3849bfef60a7df0420f76bf01e9fc73d | |
parent | c4ca0e58eececa5ee0fbea2c351844d03e2297c4 (diff) | |
download | ports-6752aee4f7431b34a3fbe4347f6810ee017ee98f.tar.gz ports-6752aee4f7431b34a3fbe4347f6810ee017ee98f.zip |
print/texinfo: Add comment
-rw-r--r-- | print/texinfo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 10be37a79e2e..0662b0d4904b 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -42,6 +42,7 @@ USE_TEX= yes INFO= info-stnd texinfo +# Use the date on https://ftp.gnu.org/gnu/texinfo/ HTMLXREF_CNF_RELDATE= 20201020 TEXI2DVI_RELDATE= 20210216 TEXINFO_TEX_RELDATE= 20210223 |